Re: Correct syntax for defining objects in command schedule

2003-07-01 Thread Eric Winters
| | cc: | | Subject: Re: Correc

Re: Correct syntax for defining objects in command schedule

2003-07-01 Thread Richard Sims
>I need to use the administrative command line interface to define a client >schedule which will run the following command; > >/dir/script > /dir/log 2>&1 > >Looks simple enough. After all, I just need to define a schedule with an >action of command and objects with the command in it. But I'm havin