Configure the DOS prompt inside Windows 9x
1 January 2000 by Snakefoot | Comment » | Trackback OffWhen opening a DOS prompt from the Windows desktop, then it will inherit the environment specified by the Autoexec.bat and Config.sys. It is possible to specify an additional batch file (besides Autoexec.bat), which should be executed when opening a DOS prompt from the Window desktop.
Related Using DosStart.bat to configure DOS when leaving Windows
- Create a batch file WinDos.bat with the following contents:
@ECHO OFF
C:\WINDOWS\COMMAND\doskey - Create a shortcut to the Command.com
- Right-click the the shortcut and select Properties
- In the menu select Program and point it to the created WinDos.bat
Related Using DosStart.bat to configure DOS when leaving Windows
Updated: 27 January 2007