Search found 2 matches

by simplecode
14 Jan 2011 13:25
Forum: DOS Batch Forum
Topic: Calling an exe file from a batch program
Replies: 3
Views: 4149

Re: Calling an exe file from a batch program

Thank you for your reply. In retrospect, I think I should have provided more information about my problem for which I apologize. Let me explain the problem, again: The way 'myprog.exe' works right now is, as soon as one types 'myprog' on the console, it prints 'Enter an input file name>' and waits f...
by simplecode
14 Jan 2011 11:18
Forum: DOS Batch Forum
Topic: Calling an exe file from a batch program
Replies: 3
Views: 4149

Calling an exe file from a batch program

Hello, I am working on a project which requires execution of a program (in fortran - with no access to the original fortran code being available) currently available only in the form of an exe file. The usual approach towards using this program (say myprog.exe) involves the following steps: C:\>mypr...