Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.66 KB

File metadata and controls

31 lines (21 loc) · 1.66 KB

文件操作命令

  • dir: 说明, Display a list of files and subfolders.
  • copy: 说明, Copy one or more files to another location.
  • xcopy: 说明, Copy files and folders.
  • robocopy: 说明, Robust File and Folder Copy, By default Robocopy will only copy a file if the source and destination have different time stamps or different file sizes.
    • 一般命令执行成功%ERRORLEVEL%为0,而robocopy命令执行返回的值只要小于8,都算成功,具体见robocopy返回值
  • ren: 说明, Rename a file or files. Read the introduction to know about the differences between rem and move.
  • move: 说明, Move a file from one folder to another.

网络命令

Nmap

Sysinternals Tools

FAQ

参考