Hello Guys, i think that for DOSY ;) persons (Those who like DOS n use it many many time in a day) may be its a headeach to open RUN n then type CMD many times.
Guess if you want to make a Script in so many deep of a drive than may be you will type n type n type the location of particular folder.
Here is a simple trick for Adding the "open cmd" prompt to folder context menus also drives and My Computer.
So, lets begin :
copy what's in the code area to notepad and save as cmd here.reg
CODE:
ENJOY
Guess if you want to make a Script in so many deep of a drive than may be you will type n type n type the location of particular folder.
Here is a simple trick for Adding the "open cmd" prompt to folder context menus also drives and My Computer.
So, lets begin :
copy what's in the code area to notepad and save as cmd here.reg
CODE:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Command Prompt"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Command Prompt"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]
@="Command Prompt"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
ENJOY
0 comments:
Post a Comment