Are these always the same?
If not, can DOS program only get short name using Windows API function?
org$ = "c:\program files\something\something.exe"
org$ = "c:\progra~1\something\something.exe"
If not, can DOS program only get short name using Windows API function?
org$ = "c:\program files\something\something.exe"
org$ = "c:\progra~1\something\something.exe"
Comment