KrypticChewie / USMTScripts

These are the scripts I use with USMT to transfer files and settings between PCs.
6 stars 0 forks source link

Add support for ignoring errors #23

Closed KrypticChewie closed 3 years ago

KrypticChewie commented 5 years ago

Currently, the script runs with the /c to ignore errors.

I would like to both have it as an option that can be set at script execution. Possibly as a command-line argument instead of another prompt.

I would also like the script to run without and if there is an error give an option to run again with /c. This would be related to Issue #19

KrypticChewie commented 4 years ago

The script does not run with the /c switch

KrypticChewie commented 3 years ago

The script will now take a parameter that will be appended at the end of the USMT command. This will allow the user to put /c as a parameter and have the script run ignoring non-fatal errors.

The script will now detect if failure was due to non-fatal errors as ask the user if to retry skipping errors.

These were added with commit https://github.com/KrypticChewie/USMTScripts/commit/b512a2d0bf832211ccb789f75c087351f33b529b