Cybernetic Posted December 26, 2012 Posted December 26, 2012 Hello everybody! I've searched the forums quite a bit on "forking" scripts and only found outdated topics. Outdated as in 2006 outdated (unless i was doing it wrong). Anyway, is forking possible in autoit and how would one do it? Thank you.
Developers Jos Posted December 26, 2012 Developers Posted December 26, 2012 Maybe you simply need to clarify what you want to do with extra instances of a program/script? 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.
Andreik Posted December 26, 2012 Posted December 26, 2012 Fork doesn't exist on Windows.AutoIt is just for Windows.Forking doesn't exist on AutoIt.But instead you can use some Windows API like CreateProcess or other methods depending on what you want to accomplish.
Cybernetic Posted December 26, 2012 Author Posted December 26, 2012 Fork doesn't exist on Windows.AutoIt is just for Windows.Forking doesn't exist on AutoIt.But instead you can use some Windows API like CreateProcess or other methods depending on what you want to accomplish.ok thanks a lot
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