Jump to content

Recommended Posts

Posted

Hello,

I have to write script  ( as simple as possible) to read messages from other scripts (something like queue to run). How to start? Which groups of functions? Any ida?

THX

Posted

Hi @duzers,

It's complicated to give you a precise answer if you dont give more details about what you are trying to do, for example why do you have to use separate scripts to do such a thing instead of a single one.

You can simply store the "messages" from the "other scripts" in text files or registry values with functions like FileWrite or RegWrite then use Fileread / Regread to get these informations from the script which will "run the queue".

Posted

When you search the forum for IPC (Inter Process Communication) you will find a lot of solutions. One of them is MailSlot which seems to be quite simple.

My UDFs and Tutorials:

  Reveal hidden contents

 

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...