Thanks for all you help guys.

I have now created the script and it appears to work fine. I have a quesiton about Kix though. Within the batch file the code is as follows:

@echo off
if exist c:\EPOAgent\history.txt goto end
if not exist c:\epoagent\history.txt goto install
pause

:install
copy t:\AntiV\sdat4382.txt c:\
del c:\sdat*.exe
type t:\AntiV\NW2_AVcopying.txt
copy t:\AntiV\sdat4382.xex c:\sdat4382.xex
ren c:\sdat4382.xex sdat4382.exe
@c:\sdat4382.exe /silent /f
type t:\AntoV\NW2_AVcompleted.txt
exit

:end
exit

I have a problem in that the script does not recognise the file on the first line and go to end (exit).
Am I doing something wrong or is there something differnet in Kix? The file exists on the machine but the script does not recognise it?
Thanks