A tool to convert between long and short path names for windows.
It is a cmd line utility to convert a windows path from short notation to long and vice
versa. Very useful for batchfile programing and installation/configuration tasks.
usage : WinPath [cmd] [path]
commands:
-help : prints help
-s2l : converts path from short to long (e.g. from C:\Progra~1 to C:\Program Files)
-l2s : converts path from long to short (e.g. from C:\Program Files to C:\Progra~1)
parameters:
path - the path to be manipulated
|