scheduling

i have tried to schedule my process at a certain time using the at command :

the error says bad time specification

can somebody help me

i used at 2300 job

thanks

try to use:
# at 23:00 ��� <Enter>
at>job1
at>job2 ��� <Ctrl+D>

HTH

Allso when your system has crontab then you add in your job.

crontab -l Is to list the crontab

crontab -e I to edit the crontab

Maybe this will help

Peterh