does xcopy32 have a VERIFY option?

CivilRightsLawyer

Senior member
May 3, 2001
345
0
0
is there a xcopy32 /v (for verify) ?

i did a xcopy32 /? and the command line options scroll so fast that i can't see what was the first few command sets.

thanks.

 

CodeJockey

Member
May 1, 2001
177
0
0
Pipe the output to "more" ( xcopy32 /? | more ), or

Redirect it to a file, then view the file in an editor ( xcopy32 /? >file.txt ), or

Change the properties of your Command Prompt window (in the Layout section) so that it has a Screen Buffer Size as big as you need (1000 lines should suffice).