The "enter the current directory under DOS from the right-click menu" feature provided by Windows Optimization Master can also be done with a batch file:
----type "sendto" and press Enter, create a new text file in the sendto directory, name it dos.bat, and make its contents as follows:
OK, now right-click any subdirectory in Explorer, find --, and you'll immediately arrive at the destination in a cmd window!
[ Last edited by arding on 2006-5-11 at 16:06 ]
----type "sendto" and press Enter, create a new text file in the sendto directory, name it dos.bat, and make its contents as follows:
@cmd /T:70 /k chdir /d %1
OK, now right-click any subdirectory in Explorer, find --, and you'll immediately arrive at the destination in a cmd window!
[ Last edited by arding on 2006-5-11 at 16:06 ]
