Any way to convert long file name to short file name from cmd line?
I'd like to be able to take a long file name like
C:\Program Files\LongAppName
and convert it to its equivalent short file name from the command line. For
example if %LNAME% contained the long file name, I'd like to assign %SNAME%
the short file name equivalent. Can this be done without having to resort to
writing an app? Any freebie tools available for this?
|