Is there a way around this problem? If I start a cmd window and simply run any .exe file the prompt comes back to the window (as if the .exe process were spawned/forked). However, if I create a batch (.bat) file and put a command in that batch file to run the very same .exe file the batch file will hang until I terminate the called program (as if the batch file is running the program synchronously.) Why is this happening? Is there a way to fork a program from a batch file into the background?
For example, if I try to run Outlook in the batch file, it will start Outlook but the batch program will hang until I quit Outlook.
Any ideas?
Thanks,
Greg
For example, if I try to run Outlook in the batch file, it will start Outlook but the batch program will hang until I quit Outlook.
Any ideas?
Thanks,
Greg