Hi
I'm using batch files consisting of a backup statement and a move command to store my backups onto a network shared folder (I can't backup directly to this folder due to connection speeds). When running them from the prompt or explorer, they all work fine. However, once I have scheduled them (daily), they don't. The backup runs well, but the move statement appears not to be executed. The strange thing is that when I run the schedule twice (so the backup file is overwritten with the new backup), it does work. Removing the BKF file from the first execution has no impact, the move statement still works on the (second) backup file version. Does someone have any idea how this can be explained?
Thanks
I'm using batch files consisting of a backup statement and a move command to store my backups onto a network shared folder (I can't backup directly to this folder due to connection speeds). When running them from the prompt or explorer, they all work fine. However, once I have scheduled them (daily), they don't. The backup runs well, but the move statement appears not to be executed. The strange thing is that when I run the schedule twice (so the backup file is overwritten with the new backup), it does work. Removing the BKF file from the first execution has no impact, the move statement still works on the (second) backup file version. Does someone have any idea how this can be explained?
Thanks