CMD common operations command

(1) common file manipulation commands
> F: # into the F drive
> cd folder name # to enter the folder
> dir # View View the current file with the files in the directory folder information
> Content edit the file name # modify file (English mode)
> content (Chinese mode) notepad file name # modify file
> copy file name the folder name # copy files to a specified folder
> del filename # delete files
> move filename folder name # move the file to the specified file clip (shear)
> mkdir / md folder name # create a new folder
> content type the file name to view file #
> regedit # open the registry
> shutdown # shutdown
> shutdown -s -t 60 # one minute after shutdown
> shutdown -a # cancel the shutdown command
> shutdown -r # reboot
> shutdown -l # logout
> shutdown -f # forced shut down the application
> shutdown -h # hibernate

Guess you like

Origin www.cnblogs.com/wangtw/p/11646440.html