Hints, tips and tricks for newbies
Moderators: Dorian (MJT support), JRL
-
jammer2
Post
by jammer2 » Sun Jul 18, 2004 11:40 am
I want to run diablo.exe and when it starts run myfile.exe, can anyone help?
-
Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
-
Contact:
Post
by Bob Hansen » Sun Jul 18, 2004 2:37 pm
This should
run diablo.exe and when it starts run myfile.exe
Let>RP_WAIT=0
Run Program>FullPath\diablo.exe
WaitWindowOpen>Diablo*
WaitReady>1
Run Program>FullPath\myfile.exe
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
-
Guest
Post
by Guest » Sun Jul 18, 2004 4:47 pm
Bob Hansen wrote:This should
run diablo.exe and when it starts run myfile.exe
Let>RP_WAIT=0
Run Program>FullPath\diablo.exe
WaitWindowOpen>Diablo*
WaitReady>1
Run Program>FullPath\myfile.exe
Thanks Bob