Windows - 013 Useful Windows Commands

Useful Windows XP commands

  1. Merge two files into another - copy smalefile1 + smallfile2 largefile
  2. Decompress Files - extract
  3. pushd and popd same as that for bash.
  4. Associate a folder to a drive - subst X: C:\windows
  5. Tree structure for directory - tree
  6. Find files or find string with in a file - find/findstr
  7. Hiding files within another file(NTFS Filesystem Specific) - type 1.jpg > 1.txt:hidden.jpg
  8. Alias a command - doskey ls=dir
  9. Starting Add/Remove Programs - appwiz.cpl
  10. Show listening process and port - netstat -no|findstr "LISTEN"

Labels: ,


About this entry