https://bugs.winehq.org/show_bug.cgi?id=38293
Bug ID: 38293 Summary: Setting PROMPT in a batch file resets on exit of batch file Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: stu.axon@gmail.com Distribution: ---
Creating a batch file with either
REM 1.bat PROMPT someprompt
REM 2.bat SET PROMPT=someprompt
And running it with:
wine cmd /k 1.bat wine cmd /k 2.bat
cmd.exe will launch but the prompt will still be the default prompt.