Posted by member 99 on 2003-08-02 03:29:27 link
Don't rename cmd.exe, change %comspec%. Look for "environment" in the system control panel applet under the Advanced tab. or...
If you want to start cmd in a specific dir from litestep, use '"$ComSpec$" /K cd wherever' (should also work for command.com)
When cmd.exe is started without the /D switch it will execute stuff stored in a specific place in the registry. (under HKLM and HKCU) Run cmd /? from a cmd window for the exact place.
If you want to start cmd in a specific dir from litestep, use '"$ComSpec$" /K cd wherever' (should also work for command.com)
When cmd.exe is started without the /D switch it will execute stuff stored in a specific place in the registry. (under HKLM and HKCU) Run cmd /? from a cmd window for the exact place.