https://bugs.winehq.org/show_bug.cgi?id=56399
--- Comment #2 from tncgyp+uypezc35u0dyxed6tszn0wk59xjphxb2gcxycxno8mxg4od48@sharklasers.com --- Well, I want to write a script that changes the startup behavior of a Windows 95 program. One of the tasks of this script is to modify a configuration file that contains paths. Since the program itself was once ported from DOS, the paths are in short format. At first I wanted to use VBScript for this, but it turned out that wine's wscript.exe doesn't implement the .ShortPath method. Therefore I switched to batch and found this bug. At the moment it doesn't seem to be possible to solve the problem using a script that can run under both Wine and Windows.