setting dos screen prompt other than C:\
Managed C++/CLI
2
Posts
2
Posters
2
Views
1
Watching
-
hiya is there a way to set a dos prompt to default another drive or directory instead of the c:\ thanks, grahamoj.
-
hiya is there a way to set a dos prompt to default another drive or directory instead of the c:\ thanks, grahamoj.
from run in the start menu:
command /k d:
if you want to default to some directory, you can put it in a batch file. test.bat:
d:
cd d:\mydir\thisone\then do:
command /k test.bat
- Nitron
"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb