Jump to content

Recommended Posts

Posted (edited)

Hi,

Im trying to run 3 scripts at once.

2 scripts needs to run inn real time and 1 will do the evaluation of those 2 other scripts.

I read about this at this page.

And i understand i need to compile my scripts, but how do i make them speak togheter after iwe compiled them?

All help appreciated :whistle:

Edited by jokke
UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt.
Posted

Hi,

firstly, think about why you really need 3 scripts and not 2 or just one. :whistle:

Speak togehter : You can use TCP func, or writing infos to a file a read them with the next script. Or you can run a script with different "commandline parameters"

Depends onwhat you need.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

Thanks for input on this.

I'll start of trying IniRead/Write and see if its fast enough.

UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt.

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
×
×
  • Create New...