 |
 |

Problem with DOSSTART.BAT
Tutorial Home >Hardware >Desktops >PC Desktops >How do I fix problems with the DOSSTART.BAT file? Tutorial Home >Hardware >Desktops >PC Desktops >Troubleshooting DOS Devices >Problem with DOSSTART.BAT | | 
 | | Launch Notepad from the Start/Programs/Accessories menu. |  |  | | 

 | | From the File menu in Notepad, select Open, and then locate your Windows folder and select your DOSSTART.BAT file. If you have no DOSSTART.BAT.BAT file currently, select New instead of Open from the File menu and proceed to the next step and create one like the sample.
|  |  | | 

 | | Make sure your DOSSTART.BAT file loads devices you absolutely need when you're in DOS mode, like this: C:\SBAPC64V\APINIT.COM
@echo off
LH C:\MOUSE\MOUSE /Q
LH C:\WINDOWS\COMMAND\MSCDEX.EXE/D: MSCD000 /L:E. It looks similar to an AUTOEXEC.BAT, because it acts much like one. In this case, line #1 loads sound card program, #2 turns off the echo to screen, #3 loads a DOS mouse driver into high memory, and the last configures for the CD-ROM drive. Modify yours to add any drivers or programs necessary.
|  |  | | 
 | | From the File menu in Notepad, select Save to save your changes to the DOSSTART.BAT file. Then close Notepad. |  |
|
 |
 |