Tag: DOS

  • Open a CMD Window From Anywhere!

    Open a CMD Window From Anywhere!

    In Windows 7, hold down shift and right click a folder to see some additional menu items.  You’ll notice a few extra options like “Open command window here” and “Copy as path”. Open command window here Often when browsing folders in Windows Explorer you will want to open a command shell, using the directory being…

  • Find Things Using Port 80

    You can use this cool DOS command to find anything using port 80 on your Windows machine.  Actually, you could find connections to any port by just switching the “:80” portion of the command. netstat  -aon|findstr :80  

  • Command Line Display of a Folder Tree

    If you have ever needed to print out a folder hierarchy in Windows this is for you. Go to the command line, traverse to the folder you want to list out and type TREE.