Help needed with Batch files
I am trying to write my own program to make a better scheduler for Backupper.
But I need to get the batch files working first.
Using the examples from AOMEI I can get a new Backup using
- AMBackup.exe /b new /t system /d "E:\system" /n "Backup Main System"
But I cant get the batch file to do an incremental backup to work?
I used the example
AMBackup.exe /b inc /t system /s "E:\system\Backup Main System.adi"
It gives no error message so I don't know why it's not working?
Comments
What is the script you write, can you send it us. You can contact the [email protected]
The scripts were in the original question. they are basically the one's that are provided by AOMEI. I just changed the drive letter.