vikas_k_bhat
October 6th, 2004, 12:03 PM
Hi,
I have a XYZ.BAT file which checks for something and dumps a file done.txt under C:\temp. I want to call XYZ.BAT in VB script file and I want check whether it has dumped done.txt file under c:\temp
that is
call XYZ.BAT
if not exist C:\temp\done.txt goto endChecking
Thanks
Vikas
I have a XYZ.BAT file which checks for something and dumps a file done.txt under C:\temp. I want to call XYZ.BAT in VB script file and I want check whether it has dumped done.txt file under c:\temp
that is
call XYZ.BAT
if not exist C:\temp\done.txt goto endChecking
Thanks
Vikas