I have this code which creates a batch file. What I'm trying to do is close it once it's finished running.
Set fs = Server.CreateObject("Scripting.FileSystemObject")
Set MyFile_bat = fs.CreateTextFile(filename_bat, True)
strLine = "C:\MiniSoft\WS92\ws92_32.exe...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.