if I am correct...if I use the
while ( WinActive("[TITLE: STARTMENU; CLASS: DV2ControlHost]", "") = 0 )
do stuff...
wend
it will stop my program from running and stick in the loop
see, I want the program I have to either...Create... a new file, then run it, or, have my currently already made file continuously check to see if its open, while continueing through the rest of the script.
btw, you can use
shellexecute("name.au3") to run files that are not .exe