Gman
|
| Posted: 05/19/2003, 6:35 PM |
|
I am a developer who is really getting into CodeCharge Studio 2.0.
I would like to run a few scripts every day, and some others every week.
How do I do this so they will execute themselves automatically? (without the user visiting a page).
Thanks in anticipation
|
|
|
 |
Edd
|
| Posted: 05/19/2003, 7:41 PM |
|
Gman,
This would be out of the Codecharge environment.
Depending upon which O/S and/or Database will dictate a solution.
e.g. in MSSQL you can schedule processes to be run very simply with the management tool.
For Windows you could write a VBScript and for Unix some sort of chron event.
Sorry - not much help.
Edd
|
|
|
 |
Char
|
| Posted: 05/20/2003, 6:25 AM |
|
In Unix environment - use Cron (hopefully your webhost allows you to run Cron jobs)
Do a google on Cron -- there is a wealth of information available. Your webhost may even have some online documentation - mine does.
|
|
|
 |
|