You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the basic.bat "hello world" example, after running it and then closing the command window the graphic is left on my screen.
~ running on windows 11
P.S. I got it to close by writing myself a close mshta batch file instead of going through task manager lol. Then added a line to close any command prompts so I can make changes to the example and then run the example and then easily close it.
Would you be interested in helping me with my turnip project. I have been slowly editing the hello world project and tried adding a special quit button that closes the mshta and command prompt but I want to make it just target the correct window, however right now something is very wrong with the hitbox or something and I dont know how as all I did was use a 32 pixel png. So anyways if you would like to help me more feel free to email me at [email protected]
The text was updated successfully, but these errors were encountered:
In the basic.bat "hello world" example, after running it and then closing the command window the graphic is left on my screen.
~ running on windows 11
P.S. I got it to close by writing myself a close mshta batch file instead of going through task manager lol. Then added a line to close any command prompts so I can make changes to the example and then run the example and then easily close it.
@echo off taskkill /im mshta.exe /f echo Turnip graphic window closed. taskkill /im cmd.exe /f ::pause
Would you be interested in helping me with my turnip project. I have been slowly editing the hello world project and tried adding a special quit button that closes the mshta and command prompt but I want to make it just target the correct window, however right now something is very wrong with the hitbox or something and I dont know how as all I did was use a 32 pixel png. So anyways if you would like to help me more feel free to email me at [email protected]
The text was updated successfully, but these errors were encountered: