I have been using a vbs script for years and today after doing an VFP SP2 and Windows XP updates it is no longer running ... no indication of why ... no event logs ... Any IDEAS?
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
rem oShell.run "C:\dct\instance 1"
oShell.run "c:\dct\myprogram someparams"
wscript.sleep(1000)
rem oShell.run "C:\dct\instance 2"
oShell.run "c:\dct\myprogram somemoreparams"
wscript.sleep(1000)
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
rem oShell.run "C:\dct\instance 1"
oShell.run "c:\dct\myprogram someparams"
wscript.sleep(1000)
rem oShell.run "C:\dct\instance 2"
oShell.run "c:\dct\myprogram somemoreparams"
wscript.sleep(1000)