Changes

Annoyances of Windows Vista and Windows 7

378 bytes added, 19:04, 29 September 2015
/* Are you sure you want to copy this file without its properties? */
The following lines were added (+) and removed (-):
== Copy a lot of files while not stopping for errors / ignore errors == xcopy $SOURCE $DESTINATION /C /E /Q The /C flag forces xcopy to ignore any issues with copying; the /E flag orders xcopy to copy folders (even empty ones), and the /Q flag makes it a quiet operation (otherwise, you'll get an entry for each thing copied).example: xcopy d:\*.* c:\recovery /C /E /Q
Administrator
4,579
edits