Command Prompt

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i change the default directory and prompt fo the the .net command prompt

for example
when i load it i wish the directory to already be desktop and the prompt to be Cmd:

thanks

WStoreyII
 
You mean the command prompt that opens with the environment variables and
all that?

You can edit the scripts that opens that:

%ProgramFiles%\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat

Add two commands at the end of the script (or call one you write and put
somewhere else), maybe like this:

PROMPT cmd:
cd %PROFILEDIR%\Desktop

Note there's a space after the "cmd: "
 
Hello,

I tried that and it did nothing
how would i write a script somewhere else and add it
i dont know how to do this?
 
Back
Top