How to add “DOS Command” in your right menu
1. Create a new .reg file, like dos.reg
2. edit .reg file created, add following lines.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\MS-DOS]
@=”DOS Command”
[HKEY_CLASSES_ROOT\Folder\shell\MS-DOS\command]
@=”cmd.exe /k cd %1″
3. save the .reg file
4. double click .reg file to run it
5. right click to test “DOS Command” function
Notes: Only in Windows XP.