Search results for query: *

  1. C

    Problem passing the Filename to a Process

    kleinma in vbforums.com kindly gave the answer: [code] mStartTime = Now ChDir("directory where ProgA.exe is") .Start() [\code] It seems like the OpenDialog control resets the current directory and which is required by the process.
  2. C

    Problem passing the Filename to a Process

    Hi, I'm trying to run an executable (ProgA.exe) from within my vb written program. The executable is quite simple. It requires a text file of a specific format in the same directory and output to a text file again in the same directory. It was compiled in Fortran (Intel) and shows a DOS...
Back
Top