Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add -Command Prompt Here- to Windows ExplorerContent of Add -Command Prompt Here- to Windows Explorer.vbsMD5 Hash: 3FF5F6CFD8370D02D9CA62E8A85C8FE2 |
||
' Description: Adds a Command Prompt Here command to the Windows Explorer system menu. If a user selects Command Prompt Here from the system menu, a command window will be displayed, open to the same folder as the current Windows Explorer folder.
Set objShell = CreateObject("WScript.Shell") objShell.RegWrite "HKCR\Folder\Shell\MenuText\Command\", _ "cmd.exe /k cd " & chr(34) & "%1" & chr(34) objShell.RegWrite "HKCR\Folder\Shell\MenuText\", "Command Prompt Here" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |