| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
Hide items in config.sys
|
Original Message
|
Name: zintazu
Date: January 12, 2004 at 02:13:16 Pacific
Subject: Hide items in config.sys OS: Win98 (DOS) CPU/Ram: P4 512 RAM
|
Comment: Hi, Is it possible to "hide" config.sys content, so it will not be displayed on the screen. Example, MS Ramdrive displays different info's on the screen. Is it possible to get at blank screen instead.?
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: JackG
Date: January 12, 2004 at 02:56:58 Pacific
|
Reply: No, not with normal methods. The messages are put out by the various device drivers using low leave DOS functions or in some cases BIOS commands. There are some commond options that reduce some of the messages, but not all. They all like to get their copyright displayed no matter what you want. You could write a couple of run and exit device drivers that turn the video display adapter output off at the hardware level, simple stuff to do. But the problem is, the CONFIG.SYS processor makes multiple passes through the file and executes some items like HIMEM.SYS, EMM386 first before running non DOS system *.SYS files, so this would not work for their messages. Not sure where RamDrive falls into the priority, but as it is an system driver it might get loaded on the first pass.
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: Petit Jean
Date: January 12, 2004 at 12:55:01 Pacific
|
Reply: 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:][directory]blackout.exe ftp://garbo.uwasa.fi/pc/sysutil/blackout.zip This is a program from the Garbo archive worth experimenting.It was tested on ms-dos 3.3 to 5.0 but may work on other versions.The download is 2 Ko.Good luck.
Report Offensive Follow Up For Removal
|
|
Response Number 5
|
Name: jboy
Date: January 12, 2004 at 14:50:11 Pacific
|
Reply: Echo: Displays or hides the text in batch programs when the program is running. (including autoexec.bat) Doesn't work in config.sys
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Disk Operating System Forum Home
Results for: Hide items in config.sys
line missing in config.sys plz help Summary: Ok - it seems like that error message is being generated by Norton - some troubleshooting info here Normally, Windows does not need a config.sys (or autoexec.bat) to start, but in this case Norton AV ...
www.computing.net/answers/dos/line-missing-in-configsys-plz-help/14746.html
help!: to get blank screen in config.sys Summary: There was a small prog I had years ago called Blackout,it was loaded on the first line in config.sys and the last line in autoexec.bat (or the other way round...)and suppressed all screen output 'til...
www.computing.net/answers/dos/help-to-get-blank-screen-in-configsys/10799.html
Change load order in CONFIG.SYS Summary: Packard Bell had a command called DEVICE.COM that allowed you to load drivers from a command line. Typically you'd use it in dosstart.bat to load the cdrom driver. Then you'd load MSCDEX. I was thi...
www.computing.net/answers/dos/change-load-order-in-configsys/16526.html