DOS Window Directory short file name

If you want to call a program via a cmd line you will need to know the short file name and directory for it

dir /X will help you out

Lets take an example

if you wanted the short PATH name for “C:\Program Files”

You would do a dir /x this will show you the short file name

C:\PROGRA~1

Author: