Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Auto-Updating in Windows 2000

Quote Reply
Auto-Updating in Windows 2000
Hi All,

Probably a stupid question, but how do I make the script auto-update on a Winodws 2000 Advanced Server?

Mike
Quote Reply
Re: Auto-Updating in Windows 2000 In reply to
What do you mean "auto-update"? Do you mean using Build All option in scheduled intervals?

If so, you need to use a Scheduler program, like WinAT Scheduler (available in the NT Resource Kit and should be available in the Windows 2000 Resource Kit) or a third party scheduler program (some have been linked in the Perl/CGI Forum).

BTW: The WinAT Scheduler program does have a help menu for executing scripts. For Perl scripts, you need to use the following command line:

Code:
perl C:\Webshare\wwwroot\cgi-bin\links\nph-build.cgi

Then set the hours and days that you want the script to execute and you are set to go.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.




[This message has been edited by AnthroRules (edited May 11, 2000).]