in reply to Scheduled Tasks in Win 32
You enter commands to be run via a console program named at -- no relation to the Unix command of the same name. You could bundle up calls to it via the system call I guess. Come to think of it, that would probably be a good way to have to avoid learning at's syntax. I have to consult the documentation each time I use it. Otherwise I assume one could play around with registry keys, but you would have to be brave to insist on that approach.
On the other hand, Unix systems use a different facility, named cron. There are many ports of cron to Win32. belg4mit has even written a version in Perl. Play with super search for nodes on the subject.
--
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Scheduled Tasks in Win 32
by dws (Chancellor) on Dec 18, 2001 at 03:19 UTC | |
by LD2 (Curate) on Dec 18, 2001 at 06:48 UTC |