franksirvent
Programmer
Hi
I have a daily batch file which runs daily (with Windows task program) automatically.
This batch file opens an Access app. which in turn copies a number of files from different servers.
it then runs a module which compiles all the data from all the files copied, then runs another .BAT file which copies them back to each server once the database is updated.
I need to know if there is someway to 'save' the different steps which the DOS batch file does, so in case there are any problems I can see it (the schedule runs at night, when no one is in the office)
So if I get a message like this:
COPY C:\GLOBAL.MDB Q:\GLOBAL.MDB
file not found
I will then be able to see it and do something about it.
thanks in advance
I have a daily batch file which runs daily (with Windows task program) automatically.
This batch file opens an Access app. which in turn copies a number of files from different servers.
it then runs a module which compiles all the data from all the files copied, then runs another .BAT file which copies them back to each server once the database is updated.
I need to know if there is someway to 'save' the different steps which the DOS batch file does, so in case there are any problems I can see it (the schedule runs at night, when no one is in the office)
So if I get a message like this:
COPY C:\GLOBAL.MDB Q:\GLOBAL.MDB
file not found
I will then be able to see it and do something about it.
thanks in advance