tboy1337 Posted April 4, 2022 Share Posted April 4, 2022 How do I close a compiled exe after its finished running? Link to comment Share on other sites More sharing options...
tboy1337 Posted April 4, 2022 Author Share Posted April 4, 2022 How do I automatically close it after it finishes running I should have mentioned xD Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 4, 2022 Moderators Share Posted April 4, 2022 tboy1337, You place an "Exit" command at a suitable point in the script. If you were to post your script - see here how to do it - we might be able to offer a more focused solution. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Musashi Posted April 4, 2022 Share Posted April 4, 2022 1 hour ago, tboy1337 said: How do I automatically close it after it finishes running I should have mentioned xD Depending on how your script is structured, you may not even need the Exit keyword. The script will terminate itself when it has done its job. For a detailed answer, however, as @Melba23 already wrote, we need the source code. TheDcoder 1 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now