If I want to copy the F-disk file folder to C packing directory, how to use the cmd command to achieve it? Very simple:
xcopy F:file c:file/e
What if you want to delete it? Also simple: Suppose you delete the 123 folders under D disk
del/s/q d:123*.*----(for deleting a subdocument under a folder)
rd/s/q d:123----(for deleting folders)
The/s parameter is a subdirectory
/q parameter is not confirmed
Delete file with the del command, then, is not like the ren command take-All files and folders, Del is also can delete folders?
Another alternative to Rd is RmDir, which comes from remakedirectory. The method used is also simple: Rd folder name, for example, RD test. It supports folder names with paths, for example, RD D:test.
Note : More wonderful tutorials Please pay attention to the triple computer tutorial section, triple Computer office group: 189034526 welcome you to join