Monday, August 27, 2018
Create your own cmdhere script
Create your own cmdhere script
I think everyone who had developed under windows know this problem: You are browsing with the ms explorer and you need a console in your current directory. No problem, Id like to show you a smart solution for this requirement:
Copy the script below to a text editor of your choice and save it as "cmdhere.reg"
REGEDIT4
[HKEY_CLASSES_ROOT*shellcmdhere]
@="Cmd&Here"
[HKEY_CLASSES_ROOT*shellcmdherecommand]
@="cmd.exe /c start cmd.exe /k pushd "%L..""
[HKEY_CLASSES_ROOTFoldershellcmdhere]
@="Cmd&Here"
[HKEY_CLASSES_ROOTFoldershellcmdherecommand]
@="cmd.exe /c start cmd.exe /k pushd "%L""
Now, run the "cmdhere.reg" script and re-open your windows explorer. It should appear a new entry in your context menu ("CmdHere"):
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.