Stupid question... how do you comment out a line in autoexec.bat fine?

NurseRN

Senior member
Oct 9, 1999
402
0
76
It's been a while as you notice; I know it's crazy but I forgot how it is done. Something like "!------" or something like that.

Thank you guys,

Nurse
 

DaveJ

Platinum Member
Oct 9, 1999
2,337
1
81
REM "Whatever you want to comment out goes here" (minus the quotes, those are mine...)

Dave
 

nEoTeChMaN

Diamond Member
Oct 9, 1999
3,994
0
0
Just insert a 'rem' in front of the command.

In sysdat.dat or userdat.dat, you just use ';' in front of the command.
 

Warrenton

Banned
Aug 7, 2000
777
0
0
; is also a commenting in config.sys

Posted below is the contents of my autoexec.bat and config.sys