1. Re: How to Call a program and wait for it to complete
- Posted by Terry Constant <constant at FLASH.NET> May 22, 1998
- 568 views
Ben Travers wrote: I have a program that needs to run a batch file to setup network drives and drive letters. Then Run a windows program, and wait for it to finnish before running a batch file to remove network drives and letters. I would like to know how to combine these taskes into one program. to run under windows 95 with Euphoria Version 2.0. Any help would be appreciated ----------------- Ben, I am new to this list snd just saw your previous message on the new message board. There showed to be no responses. Here is one. Try starting your windows command with the external DOS command Start. Use the /w option, wait until program exit. The command line would look this: Start /w program [args...] Type Start /? at the DOS prompt to see all four options for Start. I hope this info helps, though it is probably too late by now. -- Terry Constant constant at flash.net