Jump to content

[SOLVED] Automated script


manuelgod

Recommended Posts


If you can't use the "cron", why don't you just use the "at" command on the *nix command line? This is basically the "cron" without actually being the "cron" (if that makes any sense!)

man at
man atq
man atrm
man batch

Regards,

Neil.
Link to comment
Share on other sites


Well, at the end of the shell script (korn, sh, etc.) just issue the command again. So he would run the script once and before completion the script would set the next job up. E.g.

/scripts/myscript.ksh
!#/bin/ksh
do something
at time /scripts/myscript.ksh
exit 1

This would basically create an infinite loop until the script were killed and the jobs were deleted from the atq.

Regards,

Neil.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.