Posts: 2,276
Threads: 233
Joined: Apr 2022
Reputation:
114
Man getting old is a drag. I bet I made an app with this concept several years ago. Was this available in QuickBASIC?
Anyway, it is a neat feature to easily discover if a shelled program is still running. It works if you click the foo.exe window shut, as well. It can also by used with SYSTEM as in System 123.
Hey, is there anyway to keep the parent program moving while the child program is still running? I noticed...
Shell _DontWait ("foo.exe")
... isn't accepted, with or without brackets.
Pete
Shoot first and shoot people who ask questions, later.
Posts: 758
Threads: 35
Joined: Apr 2022
Reputation:
51
You couldn't possibly do a shell dontwait and still get the return code. You're not waiting on the shelled program.
Tread on those who tread on you