Hi:
My friend is working in a firm that uses software written in Fortran 77. He is trying to run a batch script to automate file download on a nightly basis. However the script always stopped and prompt user to hit enter key, i.e. the file dialog shows up waiting for user to hit ok to save the file to the given name and directory. How can he automate this part? Here is the script
:
Batch Script:
=============
! Automatically download fx files to PC
BATCH
PRINT
TXFILE2
PCV FIL H:\
STOP
===============
Thank you.
Chieh.
My friend is working in a firm that uses software written in Fortran 77. He is trying to run a batch script to automate file download on a nightly basis. However the script always stopped and prompt user to hit enter key, i.e. the file dialog shows up waiting for user to hit ok to save the file to the given name and directory. How can he automate this part? Here is the script
:
Batch Script:
=============
! Automatically download fx files to PC
BATCH
TXFILE2
PCV FIL H:\
STOP
===============
Thank you.
Chieh.