meomeo192 Posted June 27, 2014 Share Posted June 27, 2014 (edited) Hello every one, I have a file abc.au3, and sometimes i have a update code, so i save it as other name, ex: abc1->100.au3 I want to ask: When i complete file ex: abc 10.au3 -> abc 10.exe, when run file abc 10.exe, the default name of process is "abc 10.exe", i want when i run any verision of code (file abc 1.exe or abc 100.exe), the name of process alway is abc.exe Thank all very much. Have a nice weeken. Edited June 27, 2014 by meomeo192 Link to comment Share on other sites More sharing options...
Developers Jos Posted June 27, 2014 Developers Share Posted June 27, 2014 Use the correct #pragma statement. The helpfile is your friend. Jos meomeo192 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
meomeo192 Posted June 28, 2014 Author Share Posted June 28, 2014 @Jos I know the helpfile is very helpful, but i don't know any key word, please give me some functions. Thank you very much. Link to comment Share on other sites More sharing options...
Moderators Solution Melba23 Posted June 28, 2014 Moderators Solution Share Posted June 28, 2014 meomeo192,The page Jos suggested is this one - the #pragma compile directive is the one you want. M23 meomeo192 1 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...
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