Computing.Net > Forums > Disk Operating System > Hide items in config.sys

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.

Hide items in config.sys

Reply to Message Icon

Name: zintazu
Date: January 12, 2004 at 02:13:16 Pacific
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.?



Sponsored Link
Ads by Google

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.


0

Response Number 2
Name: zintazu
Date: January 12, 2004 at 03:56:39 Pacific
Reply:

Thanks for the reply. :)


0

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.


0

Response Number 4
Name: Mike Newcomb
Date: January 12, 2004 at 13:09:59 Pacific
Reply:

Have a look at the ECHO command, which can suppress some of the screen displays.

Good luck - Keep us posted.


0

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


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon

How to use USB handy driv... Compaq Contura 3/25c



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


Sponsored links

Ads by Google


Results for: Hide items in config.sys

line missing in config.sys plz help www.computing.net/answers/dos/line-missing-in-configsys-plz-help/14746.html

help!: to get blank screen in config.sys www.computing.net/answers/dos/help-to-get-blank-screen-in-configsys/10799.html

Change load order in CONFIG.SYS www.computing.net/answers/dos/change-load-order-in-configsys/16526.html