Help for this page
>perl -MWin32 -e "print(Win32::GetShortPathName($_), ' ') foreach (@AR +GV);" "My Documents" "Start Menu" MYDOCU~1 STARTM~1
sub deslash { local $_=$_[0]; s/\\(.)/$1/g; $_ } s/"((?:[^"\\]|\\.)+)"/ deslash($1) /ge;