Swanster said:BigBoy (I think) meant to put REM at the beginning of the line, i.e. "rem C:\PROGRA~1\GRISOFT\AVGFRE~1\BOOTUP.EXE".
After changing that, there are two easy ways to get rid of the message all together I can think of, either:
a) Just delete the whole line, you don't need it.
b) Put "@ECHO OFF" at the top of autoexec.bat, if it's not already there. That will hide the command being run (so it won't display "rem C:\PROGRA~1\GRISOFT\AVGFRE~1\BOOTUP.EXE" on screen).
@echo off
[color=Lime] cls[/color]
[color=Plum]rem [/color]C:\PROGRA~1\GRISOFT\AVGFRE~1\BOOTUP.EXE
@echo off
[color=Lime] cls[/color]
[color=Indigo] [color=Plum]rem [/color][/color]C:\PROGRA~1\GRISOFT\AVGFRE~1\BOOTUP.EXE
SET SOUND=C:\SB16
SET BLASTER=A220 I10 D0 H5 P330 T6
SET MIDI=SYNTH:1 MAP:E
C:\SB16\DIAGNOSE /S [color=Red]>nul[/color]
C:\SB16\MIXERSET /P /Q [color=Red]>nul[/color]
SET TEMP=C:\TEMP
PROMPT $p$g
LOADHIGH C:\MOUSE\MOUSE.EXE [color=Red]>nul[/color]
LOADHIGH C:\CD-ROM\MSCDEX.EXE /D:IDECD001 [color=Red]>nul[/color]
[color=Lime] cls[/color]
Clarkey said:i've got another top tip for you, dont use AVG, you might as well not have any virus protection, I know from experience.