
04-26-2007
|
|
|
|
Re: get command line to open in specified directory
Thank you all for your answers, for now I am putting the folder name in the
Start In fiield
Thanks again,
Mike Zielinski
"Neil Harley" wrote:
> Mike Zielinski wrote:
> > I have Vista Premium and I want to know if there is a way to make the
> > command line in a specified directory. I use it for only one
> > directory and I always want it to open in that directory. Is there a
> > way to do this? And if so how? Mike
>
> paste the following into notepad and save it as a registry file. You may
> need to show file extensions to change the txt to reg. Once done, double
> click (or r/c and merge) and you'll get a Command Prompt here on all
> directories:
>
> --copy from below here--
>
> Windows Registry Editor Version 5.00
>
> [HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
> @="Command &Prompt Here"
>
> [HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]
> @="cmd.exe /k cd %1 "
>
> --copy above here--
>
> Or do as someone else suggested and create a shortcut to cmd.exe with
> whatever Start In path.
>
>
|