tulnetdotcom
Posts: 26
|
| Posted: 05/20/2004, 10:04 PM |
|
I am developing application , It requires to run .vbs file.
I can do it with ASP. I also need to run this script on schedule basis.
Thanks in advance...
|
 |
 |
DonB
|
| Posted: 05/21/2004, 6:36 AM |
|
??
It would execute the same way from CCS, although you can't embed server-side
code in the html file, so you'd probably want to use one of the Page events,
such as Before Show and put your existing code in there.
To run it on a schedule, I would not even use an ASP page, just use the ask
scheduler (for Windows, that is the "AT" command).
--
DonB
http://www.gotodon.com/ccbth
"tulnetdotcom" <tulnetdotcom@forum.codecharge> wrote in message
news:640ad8dcc6caa4@news.codecharge.com...
> I am developing application , It requires to run .vbs file.
> I can do it with ASP. I also need to run this script on schedule basis.
>
>
> Thanks in advance...
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|