RestrictedUser Posted March 7, 2019 Posted March 7, 2019 I want to create a dll file to start my script if process has been closed My script is about notify of updating log file of server
Developers Jos Posted March 7, 2019 Developers Posted March 7, 2019 Create a DLL? or did you means script? Jos 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.
RestrictedUser Posted March 7, 2019 Author Posted March 7, 2019 On 3/7/2019 at 8:35 PM, Jos said: Create a DLL? or did you means script? Jos Expand Dll or script Dll is better, when windows starts dll loads and execute my script
Developers Jos Posted March 7, 2019 Developers Posted March 7, 2019 On 3/7/2019 at 8:36 PM, Colduction said: Dll is better Expand Why? A script can also load at startup. Either way: This is a forum about AutoIt3 scripting not C++ DLL creation. ... and to do this with a script is pretty easy. Jos FrancescoDiMuro 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.
RestrictedUser Posted March 7, 2019 Author Posted March 7, 2019 On 3/7/2019 at 8:38 PM, Jos said: Why? A script can also load at startup. Either way: This is a forum about AutoIt3 scripting not C++ DLL creation. ... and to do this with a script is pretty easy. Jos Expand But my brother prevents my script to running at startup
Developers Jos Posted March 7, 2019 Developers Posted March 7, 2019 This means to me that it is not your prerogative to change that or else you would. 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.
RestrictedUser Posted March 7, 2019 Author Posted March 7, 2019 On 3/7/2019 at 9:14 PM, Jos said: This means to me that it is not your prerogative to change that or else you would. Expand Can i make my script restart again automatically if closed?
Nine Posted March 7, 2019 Posted March 7, 2019 yes On 3/7/2019 at 9:37 PM, Colduction said: Can i make my script restart again automatically if closed? Expand “They did not know it was impossible, so they did it” ― Mark Twain Reveal hidden contents Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
RestrictedUser Posted March 7, 2019 Author Posted March 7, 2019 On 3/7/2019 at 10:45 PM, Nine said: yes Expand How can i? Please describe more
RestrictedUser Posted March 8, 2019 Author Posted March 8, 2019 On 3/8/2019 at 10:28 AM, Juvigy said: Put it in a windows service... Expand No, i want to these steps by AutoIt script
Developers Jos Posted March 8, 2019 Developers Posted March 8, 2019 On 3/8/2019 at 9:37 PM, Colduction said: No, i want to these steps by AutoIt script Expand Yes, and how is this a logical answer to the proposed solution? Either way: it is quite easy to write a script that shell itself another time and have that monitor the original script. Just look at autoit3wrapper.au3 as example which has that mechanism build in. Jos RestrictedUser 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.
RestrictedUser Posted March 8, 2019 Author Posted March 8, 2019 On 3/8/2019 at 10:13 PM, Jos said: Yes, and how is this a logical answer to the proposed solution? Either way: it is quite easy to write a script that shell itself another time and have that monitor the original script. Just look at autoit3wrapper.au3 as example which has that mechanism build in. Jos Expand Thanks bro
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