Subject: Automatic schedule to run WEAP Posted: 11/17/2015 Viewed: 15202 times
Dear WEAP user,
I have updated data from the field very Fridays and I want my machine to run WEAP every Fridays for operational purpose. Is there any way to write a script to run WEAP based on identified schedule?
Thank you very much.
Best,
Chusit
Mr. Jack Sieber
Subject: Re: Automatic schedule to run WEAP Posted: 11/17/2015 Viewed: 15201 times
Dear Chusit,
You can use the Windows Task Scheduler to schedule a script to run every Friday. The script could be a Visual Basic Script (VBS), JavaScript, Python or Perl and any other ActiveScript language that you could use to automate WEAP, including changing data, calculating and exporting results. See http://www.weap21.org/WebHelp/API.htm for information about automating WEAP, and http://www.weap21.org/WebHelp/Scripting.htm for help on writing scripts.
Jack
Dr. Chusit Apirumanekul
Subject: Re: Automatic schedule to run WEAP Posted: 11/17/2015 Viewed: 15195 times
Dear Jack,
Thank you for your suggestions. It is very helpful.