https://bugs.winehq.org/show_bug.cgi?id=51971
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Robert Wilhelm from comment #6)
This is now fixed with https://source.winehq.org/git/wine.git/commit/ 4c04fb00f03a40d122bb4d8ae73a1d8be3b3b677
Nikolay, thanks for the reviews.
Hoever there are other issues which need fixes:
strBatchFile = Replace(objFso.GetTempName, ".tmp", ".bat") is not working, because GetTempName returns "rad12345.tx". This should be trivial to change.
Looks like it, I don't know why it's using .txt right now. Also note that it's truncated to .tx, because swprintf() buffer length is 1 char too short.