CBergren
Novice
Reged: 11/12/06
Posts: 7
|
|
I've been using Mousetamer script starting with a FileLaunch statement which starts a DOS loop. My original idea was that nousetamer script would wait until the DOS loop completed. However, it seems that the mousetamer script just keeps going without waiting for the DOS loop to complete. Is this the normal behavior of FileLaunch?
|
Brad
Addict
Reged: 11/20/02
Posts: 220
Loc: O-H-I-O
|
|
Yes. Mouse Tamer will basically make a system call to ask the system to launch the external program and then continue on with the next action. The external program is an independent process and will not be tied to the Mouse Tamer process at all. You may want to use a MT pause action to allow for adequate time for the other program to launch if you need to wait for it before moving on.
-------------------- --
Brad Ishida
Programming Art, LLC
http://www.programmingart.com
|