W3bbo said:"So, what is the official received way to get the initial current working directory the way I want it in CMD.EXE?"
cmd /k "cd %1"
Excellent. It works exactly the way I wanted it. Thank you.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
W3bbo said:"So, what is the official received way to get the initial current working directory the way I want it in CMD.EXE?"
cmd /k "cd %1"
Excellent. It works exactly the way I wanted it. Thank you.