How to repeat the error ?
______________________________
<>
windows7 64bit
Dos Command Line Interaction
<>
cmd
DEL /F D:/filenameTObeDeleted.ext
> 无效开关 - "filenameTObeDeleted.ext"
____________________________________
RESOLUTION:
....
....
SYMPTOMS
Invalid switch - - /x
where x is the switch used, such as /H.CAUSE
RESOLUTION
MORE INFORMATION
Supported Switches
Switch | Definition |
---|---|
/c | Continues copying even if errors occur. |
/i | If a destination does not exist while copying more than one file, this switch assumes that the destination must be a directory. |
/q | Does not display file names while copying. |
/f | Displays full source and destination file names while copying. |
/l | Displays files that would be copied. |
/h | Copies all files including hidden and system files. Note: This switch is only supported at the command prompt in Windows Me. |
/r | Overwrites read-only files. |
/t | Creates directory structure, but does not copy files. Does not include empty directories or subdirectories. |
/u | Updates the files that already exist in destination. |
/k | Copies attributes. Normal xcopy will reset read-only attributes. |
/y | Overwrites existing files without prompting. |
/-y | Prompts you before overwriting existing files. |
/n | Copies by using the generated short names. |
For a complete listing of switches that are available for xcopy and xcopy32, refer to the following article:
289483 Switches That You Can Use with Xcopy and Xcopy32 Commands
>Done :-)
>End :-)
___________
No comments:
Post a Comment