pintas Posted April 15, 2019 Posted April 15, 2019 I'd like to know if it's possible to run a different process for each ini file in a folder. So, basically i have a folder with a variable number of ini files, each with it's specific settings. I'd like to run a process for each file that runs with each file settings, individually. Is this possible in AutoIt? It's not multi-thread per-say i'm looking for, but multi-process. The ini files have timers and other settings, like such: [Site] URL=http://www.google.com [LastCheck] Y=2019 M=04 D=15 H=10 Min=05 Secs=59 [Check] CheckMail=X Popup= Timer=1 hora [Mail] Mail=example@gmail.com
Gianni Posted April 15, 2019 Posted April 15, 2019 maybe this simple udf (https://www.autoitscript.com/forum/topic/192157-multi-task-easily-run-and-mange-many-processes/?tab=comments#comment-1378779) could be useful for your purpose, could you post an example of a task you would like to run? Xandy 1 Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
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