On 18 Jan 2011 at 7:39, Ben Scott wrote:

> On Tue, Jan 18, 2011 at 2:50 AM, Rene de Haas <rene.deh...@gmail.com> wrote:
> > LOL, true, but navigating to the folder isn't always so easy.
> 
> http://www.google.com/search?q=command+prompt+here
> 
>   :-)

CMDpromptHere.vbs (3 lines in case of wrapping)
-----------------------------
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"
------------------------

Works on XP.


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Reply via email to