SCOUG-HELP Mailing List Archives
Return to [ 21 |
March |
2004 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
Hi Jeff
Your XCOPY is insufficient !
> XCOPY *.* X: /S /E /V /R /T
To get it done properly you need:
XCOPY *.* X: /H /O /T /S /E /R /V
Remember "Hot Service" ;-))
XCOPY /? gives you the following hints:
Use the XCOPY command to selectively copy groups of files.
Syntax: XCOPY [drive:][path] filename [drive:][path] filename [/D:date]
[/S][/E][/P][/V][/A or /M][/H][/T][/R][/O][/F]
where:
drive:\path\filename Specifies the location of the file to copy.
drive:\path\filename Specifies the target destination and file name.
/D:date Copies files changed on or after the specified
date.
/S Copies non-empty directories and subdirectories.
/E When used with /S, includes empty directories.
/P Prompts you before performing a copy.
/V Verifies files copied to disk correctly.
/A Copies archived files only, but does not turn
off the attribute bit of the source file.
/M Copies archived files only and turns off the
attribute bit of the source file.
/H Copies hidden files and attributes to the
destination.
/T Copies system files and attributes to the
destination.
/R Copies read-only files and attributes to the =
destination.
/O Specifies that any files in the =
destination can be
overwritten by the copy operation.
/F Causes XCOPY to fail if the file to be copied
contains extended attributes that are not
supported by the destination file system.
Regards, svobi
************************************************
>>> Say NO to H T M L in Mail and News <<<
>>> A G A I N S T T E R R O R & W A R <<<
************************************************=
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 21 |
March |
2004 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|