Automatic digest processor wrote: > Date: Tue, 26 Oct 1999 22:06:26 +1700 > From: Constant Brouerius van Nidek > Subject: menuitem > > With MSDos 6,2 I was able to make the white on black information of > config.sys and autoexec.bat during bootup invisible by just choosing the > same color for text and background. As the information load is growing by > the day/ program/device and I dislike to have all this info every time I am > looking for a possibility in DRDos 7.xx to gain the same effect. > Somebody knows how? > Sorry for the late reply. 1) Insert '@echo off', as the 1st line of the.bat file, to prevent *any* lines being echoed to the screen (this only affects the currently running program. Use '@echo on' to reset echo for certain parts of the program.), or 2) prepend '@' to the beginning of each line that you don't want to see echoed to the screen, or 3) append '> NUL' to each command, whose output you don't want to see echoed to the screen. I've never tried this latter option, though. good luck. -- [EMAIL PROTECTED][EMAIL PROTECTED] ICQ: 49076992 To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with unsubscribe SURVPC in the body of the message. Also, trim this footer from any quoted replies.
