CMD Commands

SOME COMMAND PROMPT (CMD) USEFUL COMMANDS:-

  1.  TO COPY FILES THROUGH CMD:-
  • COPY:-         copy "C:\Users\My Documents\*.*" "D:\2015 Backup"
  • XCOPY:-  copy "C:\Users\My Documents\*.*" "D:\2015 Backup"
  • ROBOCOPY:- robocopy C:\tools D:\backup\tools /e
  1. TO FIND ALL THE ACTIVE NETWORKS NEAR YOUR LOCATION:-
  • GO TO RUN 
  • TYPE cmd.exe
  • HIT ENTER
  • IN CMD,TYPE netstat
  • hit enter
  • a list will open then type netstat -n
  • this will show all active network ip adress and computer name 
  1. to know your computer information:-
  • go to cmd 
  • type dxdiag and hit enter
  • if a dialog box open then click yes 
  • all information will come in front of u




No comments:

Post a Comment