Saved Bookmarks
| 1. |
Solve : Batch File - Run Next Program When 1st Complete? |
|
Answer» Hi, Can anyone help with the CODE that would be required to do the following : execute program c:\download.exe and ONLY WHEN THIS FINISHES, execute program c:\import.exe end download.exe creates a file CALLED c:\output.raw so would I need to check to see if this has stopped being created ETC or is there some other WAY I can check for download.exe FINISHING before running import.exe? Help appreciated. Thanks. G.Under plain MS-DOS, you can just put the two programs in the batch file one after the other, the second program won't be invoked until the first one terminates. If this isn't what you're talking about, please be a bit clearer on what you're trying to do. |
|