Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
on-screen message on config.sys?
Name: alien2xx Date: July 10, 2003 at 09:13:00 Pacific OS: win xp CPU/Ram: 800, 1GB
Comment:
How can I insert remarks into the Config.sys like a message that will appear 'on-screen' during processing of the file. Just like we use 'echo' in autoexec.bat? not a menu question, but a message only.
Summary: What are you trying to accomplish and why do you need a message in Config.sys? In DOS batch files the 'echo' command would be used to insert a message or line of text. It would look something like th...
Summary: BLACKOUT.EXE (C) Dr. GJC Lokhorst 02/16/1993 Suppresses messages from CONFIG.SYS and AUTOEXEC.BAT First line of CONFIG.SYS: device=[drive:][directory]blackout.exe Last line of AUTOEXEC.BAT: [drive...
Summary: I'm busy with an olkskoll MS-DOS PC. in the autoexec.bat you can put like: @ECHO OFF CTTY NUL bla bla bla CTTY CON this way, during the boot of the autoexec.bat, nothing, and i realy mean, nothing is ...