| > is there a way in which i can set a command prompt to
> record a website daily at a preset time?> I can get the site copied no
problem using the command
> prompt however need a way in which i can make it copy
> automatically at 2330hrs.
> This may seem like a simple task to some of youse but i
am
> not the most 'computer friendly' person.
Err, I suppose that the windows scheduler can do that
automatically, BUT you'll have to use the commandline
httrack, like (in a file like httrack.bat):
C:\Program Files\WinHTTrack\httrack www.foo.com -O
C:\websites\foo --update
On Unix/Linux, it is much simpler, using the crontab
| |