Answer» my aoutoexec.bat look like this set blaster=a220 I7 d1 H7 p330 T6 SET SBPCI=C:\SBPCI SET PATH=C:\ARJ mode con codepage prepaer=((862) c:\windows\command\hebega.cpi) the above 2 line are written in ONE line and then the last line mode con codepage select=862 what is not WRITE? because when my computers bootup i get 4 lines of drive name c:\ c:\ c:\ c:\ and nothing next to the "C:\All of the lines you posted SEEM to be fine. Some suggestions we would make is to first make sure there are no blank lines at the end of your autoexec.bat file. In addition you can add add:
echo off
To the first of the autoexec.bat so nothing is echoed to the prompt. FINALLY if these recommendations do not HELP because this issue is more of an annoyance you may wish to consider adding:.
cls
To the end of your autoexec.bat to clear the screen each time you boot the computer.
|