Jump to content

Multi-process doubt


Recommended Posts

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

 

Link to comment
Share on other sites

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?

 

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...