Keep config.sys from scrolling on screen when loading stuff?
How do you drivers and stuff from scrolling on the screen when config.sys is loaded? Unless there is an issue with some driver loaded from there, I don't want it to scroll everything in config.sys every time the computer boots or restarts. So is there away to stop this?
Comments
or if you want to see your version of DOS on boot:
CLS
COMMAND
I don't want to see the scrolling at all, I want to go straight to C:\ on bootup but still load config.Sys in the background
I think once I tried using a command line program to change the default text color to black on black, and load it using "install=", but that won't stop scrolling.
Once you get to the autoexec.bat, however, you can use "@echo off" and pipe the output of each command to "> nul".
There is no way to hide text scrolling via CONFIG.SYS on DOS.
From Windows 9x, text scrolling is disappeared when it boots.
Oops, my mistake, hehehe.
Yes, you seem to be right.
Thank you for the detailed explanation.