Changes

Using Robocopy in WPKG

10 bytes added, 00:35, 1 August 2012
no edit summary
RoboCopy allows you to copy files in restartable mode. If the copying process or network connection dies it will start where it left off instead of starting over and copying the entire file.
Robocopy Note that RoboCopy exit codes 0-3 are all success codes (http://ss64.com/nt/robocopy-exit.html).
WPKG has a bug that stalls wpkg.js if the command outputs too much text. RoboCopy tends to output a lot of text even when copying small files and RoboCopy doesn't have a silent flag so you have to use 5 different flags to disable all of the output.
Anonymous user