VB Script Help
Scooby Regular
Joined: Nov 2001
Posts: 15,239
Likes: 1
From: Leeds - It was 562.4bhp@28psi on Optimax, How much closer to 600 with race fuel and a bigger turbo?
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists("C:\FSO\ScriptLog.txt") Then
Set WshShell = WScript.CreateObject("WScript.Shell")
cmd= "start blah.bat"
WshShell.Run (cmd)
Else
Wscript.Echo "File does not exist."
End If
may do it.
If objFSO.FileExists("C:\FSO\ScriptLog.txt") Then
Set WshShell = WScript.CreateObject("WScript.Shell")
cmd= "start blah.bat"
WshShell.Run (cmd)
Else
Wscript.Echo "File does not exist."
End If
may do it.
Thread
Thread Starter
Forum
Replies
Last Post







