Jump to content

Start Provider and Display with one VBS script


Recommended Posts

Just wanted to share with you, if you would like to start Display Unit and DataProvider with just one mouseclick...

 

copy the following lines into "Editor", save it on to your desktop and rename it e.g. EFB.vbs (the ending is important) and then doubleclik this if you want to start both programms at once

 

-------------

 

Set WSHShell = WScript.CreateObject("WScript.Shell")

WSHShell.Run "X:\Programme\AivlaSoft\EFB\AivlaSoft.Efb.DataProvider.exe"

 

WScript.Sleep 5000

WSHShell.Run "X:\Programme\AivlaSoft\EFB\AivlaSoft.Efb.DisplayUnit.exe"

 

--------------

 

the green part is the path to the exe. You have to change it according to your EFB path.

The blue is a pause of 5 Seconds... thats the delay that the Data Provider needs to startup completely (Would be working without, just to be sure)

 

 

Note: This will not work via network.

I can give no support as I'm no programmer. Just found this in the internet and adapted it.

Use it at your own risk, don't blame Aivlasoft

 

Urs: feel free to delete this post if it is not welcome...

 

Guenter

Link to comment
Share on other sites

×
×
  • Create New...