March 31, 2007

"Dos Prompt Here"

With this, you can open dos prompt window by right-click a folder or a file.

You can make it on your own:

  • Open a empty txt file
  • Copy and paste the commands below
  • Save it as DosHere.reg
  • Run it
  • That's it.
  • Right click a folder, and you will see "Dos prompt here".


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\DosHere]@="Dos &Prompt Here"

[HKEY_CLASSES_ROOT\Directory\shell\DosHere\Command]@="cmd.exe /k cd %1"

[HKEY_CLASSES_ROOT\Drive\shell\DosHere]@="Dos &Prompt Here"

[HKEY_CLASSES_ROOT\Drive\shell\DosHere\Command]@="cmd.exe /k cd %1"

Or, you can download it here
http://vin2ktalks.googlepages.com/DosHere.reg

No comments: