Path: utzoo!utgpu!cunews!bnrgate!bwdls61.bnr.ca!bwdls58!mlord From: mlord@bwdls58.bnr.ca (Mark Lord) Newsgroups: comp.os.msdos.programmer Subject: Re: config.sys comment lines Message-ID: <4990@bwdls58.UUCP> Date: 29 Nov 90 17:53:38 GMT References: <2s7cT1w163w@wvus.wciu.edu> Sender: mlord@bwdls58.UUCP Reply-To: mlord@bwdls58.bnr.ca (Mark Lord) Organization: Bell-Northern Research, Ottawa, Canada Lines: 37 In article <2s7cT1w163w@wvus.wciu.edu> pete@wvus.wciu.edu (Pete Gregory) writes: >Hi, netters! A quick question: > >Is there a way to put comment lines in config.sys? This was discussed a short while ago. Here's how to do it: IF you have DOS 4.00/4.01, simply use REM in front of the comment, the same way as in *.BAT files. Ie. BUFFERS=20 REM must be at least 17 for tape drive DEVICE=QEMM.SYS RAM ROM EXCLUDE=E800 REM leave hole for network adaptor SHELL=4dos.com IF you have DOS 3.xx, simply put SHELL= infont of the comment, ensuring that the TRUE SHELL= line is at the bottom of the file. DOS does not execute this line until all others are processed, and it only remembers the LAST such SHELL= line from the file. Ie. BUFFERS=20 SHELL= must be at least 17 for tape drive DEVICE=QEMM.SYS RAM ROM EXCLUDE=E800 SHELL= leave hole for network adaptor SHELL=4dos.com -- ___Mark S. Lord__________________________________________ | ..uunet!bnrgate!mlord%bmerh724 | Climb Free Or Die (NH) | | MLORD@BNR.CA Ottawa, Ontario | Personal views only. | |________________________________|________________________|