What about this:

code:
@echo off
%0\..\kix32.exe %0\..\test.scr /f
exit

or
code:
@echo off
net use j: /delete
net use j: \\testserver\NETLOGON
%0\..\kix32.exe %0\..\test.scr /f
net use j: /delete
exit



[ 08 April 2002, 15:04: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.