The AROS Archives(anonymous IP: 3.147.103.8,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1623

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » Shell » waitx.i386-aros.zip

Waitx

Description: Execute a command after/on a given time
Download: waitx.i386-aros.zip       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 4kb
Version: 2.1
Date: 17 Apr 08
Author: SigbjÞrn SkjÊret, AROS port Matthias Rustler
Submitter: Matthias Rustler
Email: mrustler/gmx de
Category: utility/shell
License: Public domain
Distribute: yes
FileID: 340
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 189  (Current version)
189  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
This is a port of CISC's cron-like tool. Source comes in a separate package.

Original README
~~~~~~~~~~~~~~~
Very powerful poor-man's cron-tab that is
100% Pure so it can be made resident.

(This has actually been laying on my disk for quite a
while in the need for better docs, I just made a quick
cleanup so you get the general idea, and hopefully you
will figure out the rest by yourself. ;) )


Examples:

$ waitx TIME=12:34:12 echo "this is an example"
  Waits until 12:34:12 is reached and will execute echo

$ waitx H=5 M=36 echo "this is an example"
  Will wait 5 hours and 36 minutes and execute echo

$ waitx HOURS=2 MINS=12 SECS=59
  Will wait 2 hours, 12 minutes and 59 seconds and then
  returns to the prompt

$ waitx DY=1 L=5 echo "this is an example"
  Will wait 1 day and execute echo,
  then repeat this a total of 5 times

$ waitx M=15 ALWAYS echo "this is an example"
  Will execute echo every 15 minutes

$ waitx D=12/9 T=16 L=0 echo "this is an example"
  Will wait until September 12th 16:00 and execute echo,
  and repeat forever

$ waitx echo "this is an example"
  Will execute echo immediatly


- CISC












































File Version Size Date Dls Readme
waitx.src-aros.zip2.15kb17 Apr 08161¤ Waitx - Execute a command after/on a given time
Copyright © 2005 - 2024 The AROS Archives All Rights Reserved