I am trying to list some useful commands, tips that are rarely needed and need to search on the web. Please add your tips on comment so that i can update this page continuously.
- Get Dos Path for Folders
This is useful when you need to work on Dos environment and work with long directory. To get the dos name of the long folder use dir /x command on dos. For example to get DOS name of the “C:\long folder name\more longer folder name”. from dos use the command dir “C:\long folder name” /x