Window - 013 Windows XP Commands

Some nice 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 prot - netstat -no|findstr "LISTEN"

Labels:


About this entry