Saved Bookmarks
| 1. |
Solve : running exe files from batch? |
|
Answer» I am currently running some large long compute time exe files. It would be nice to run them from the dos window USING the batch COMMAND. Is there a way to run an exe file from the batch window and at the same time supply input to the exe file from the batch file? I am currently running some large long compute time exe files.It would probably take SHORTER time to complete if you didn't play GAMES or use any resource-intensive programs (better yet, let the application run on its own). What is this 'exe', may I ask?When running an exe file (executable fortran file) that I created, there are requests for input from the keyboard. However, certain runs can be quite long in execution and hence it would be nice to create a batch file that runs the program multiple times and provide requested information, which normally would comes in through the keyboard. Can this be done? Thank you! jlsulliv8Keystrokes from Command Prompt? Nope.I don't know about fortran but could you have it check for arguments e.g. Code: [Select]start "" "fortran.exe" var1 var2 FBI'll look into that. thank you! John |
|