Changes

Jump to: navigation, search

Using Robocopy in WPKG

231 bytes added, 12:27, 21 October 2015
no edit summary
</source>
This outputs the text to the log file instead of STDOUT which avoids the bug in WPKG.
 
 
Second Alternative way to disable output:
<source lang="xml">
/LOG:nul : Output status to virtual LOG file NUL (equal to UNIX /dev/null).
</source>
This outputs the text to nothing instead of STDOUT which avoids the bug in WPKG.
[[Category:Changing Windows settings]]
1
edit

Navigation menu