Hi Halo,

The correct code should look something like:

IF INGROUP ("TESTING-GRP")
if open( 2 ,"c:\Autoexec.bat" , 4)=0
$x = WriteLine( 2 , "KiXtart started at " + @TIME + Chr(13) + Chr(10) )
close (2)
else
beep
? "failed to open file, error code : [" + @ERROR + "]"
endif
ENDIF

But why do yo want to write a line like that to the autoexec.bat?

------------------
Greetz,

Roger the Young
------------------------
The code is out there...
------------------------

[This message has been edited by DrillSergeant (edited 22 February 2001).]

_________________________
The Code is out there