Hi all,
I have a problem with macros and batch files. I have one macro named "EXECUTE" in MS ACCESS 2000 which sequentialy kicks off 4 other macros in total. The first of these macros calls a batch file to perform some file copying, renaming and moving functions on the A: drive. The problem is that the EXECUTE macro moves on to the next macro and starts it without waiting for the batch file to finish running. Is there any way around this?
I also want to delete the batch file on the A: drive once a macro that has used it has finished running. Can anyone show me how this can done in VBA?
ARJakhu
I have a problem with macros and batch files. I have one macro named "EXECUTE" in MS ACCESS 2000 which sequentialy kicks off 4 other macros in total. The first of these macros calls a batch file to perform some file copying, renaming and moving functions on the A: drive. The problem is that the EXECUTE macro moves on to the next macro and starts it without waiting for the batch file to finish running. Is there any way around this?
I also want to delete the batch file on the A: drive once a macro that has used it has finished running. Can anyone show me how this can done in VBA?
ARJakhu