G
Guest
hi there im an absolute beginner with batch files. I've been give a task to
create a batch file that does the following
run an application called X3.sln
the application takes 3 paramters:
(1) the folder where the input files are (C:\Development\DSGI\X3)
(2) the extension of the input files (csv)
(3) the extension for the output files (txt)
After running the app, the batch file has to copy all the output files to
C:\Development\DSGI\X3\Out FROM C:\Development\DSGI\X3 and delete the output
file (.txt) from C:\Development\DSGI\X3
can anybody advise me on how to create a batch file that does all this
Thanks in advance....
create a batch file that does the following
run an application called X3.sln
the application takes 3 paramters:
(1) the folder where the input files are (C:\Development\DSGI\X3)
(2) the extension of the input files (csv)
(3) the extension for the output files (txt)
After running the app, the batch file has to copy all the output files to
C:\Development\DSGI\X3\Out FROM C:\Development\DSGI\X3 and delete the output
file (.txt) from C:\Development\DSGI\X3
can anybody advise me on how to create a batch file that does all this
Thanks in advance....