Neuron

6. Running applications remotely when certain conditions are reached.

Let us consider a mail with the following content in the body :

application=winword.exe

parameter= help.doc

[EOR]

 

application=iexplorer.exe

parameter=monitor.htm

[EOR]

 

application=debuger.exe

parameter=

[EOR]

 

When receiving this mail Neuron will execute the applications that are specified with their parameters; they could come in the following way:

 

winword.exe,help.doc

iexplorer.exe,monitor.htm

debuger.exe,

 

It depends how the input was defined. These two formats could have been the content of a file or record field values of a database table.