home *** CD-ROM | disk | FTP | other *** search
/ On Disk Monthly 77 / odm77.zip / CLOCKWRX.HLP < prev    next >
Text File  |  1993-03-08  |  4KB  |  100 lines

  1. CLOCKWORX
  2.  
  3. Welcome to CLOCKWORX, a full-screen analog clock that runs in
  4. either high resolution CGA or EGA graphics.
  5.  
  6. FEATURES...
  7.  
  8. Besides attractively displaying the current time, CLOCKWORX
  9. provides some other features.
  10.  
  11.   1. A time-out value can be set, automatically shutting
  12.      CLOCKWORX off after a certain amount of time has passed.
  13.  
  14.   2. An alarm function allows you to sound a buzzer at a time of
  15.      your choosing.  Even more, you may also determine the
  16.      length of time the alarm sounds.
  17.  
  18.   3. CLOCKWORX can run in either high resolution EGA or CGA
  19.      graphics.
  20.  
  21.   4. All CLOCKWORX's features are accessible from the command
  22.      line, allowing them to be set when CLOCKWORX is run (this
  23.      is very handy when CLOCKWORX is initiated from a batch
  24.      file like AUTOEXEC.BAT).
  25.  
  26.   5. CLOCKWORX allows the loading of a background image, even
  27.      one of your choosing.
  28.  
  29.   6. You can suppress the loading of any graphic in the 
  30.      background, even the default.
  31.  
  32. COMMAND LINE PARAMETERS...
  33.  
  34.   All CLOCKWORX's command line parameters must begin with the
  35.   character '/' better known as a slash.  Any other starting
  36.   character will cause the entire parameter to be ignored.  If a
  37.   parameter allows multiple fields, those fields must always be
  38.   separated by a colon.
  39.  
  40.   The /T parameter allows the setting of a shut-off time up to 24
  41.   hours away.  The /T must be immediately followed by either the
  42.   number of seconds or minutes and seconds until shut-off:
  43.  
  44.      /T120   shuts off clock after 120 seconds
  45.      /T2:30  shuts off clock after 2 minutes and 30 seconds
  46.  
  47.   The /A parameter allows the setting of an alarm (in case you
  48.   fall asleep at the keyboard a lot).  It calls for an /A
  49.   immediately followed by the time for the alarm to go off.  This
  50.   time can contain up to four fields with each field separated
  51.   by a colon.  The hour field can range from 0 to 12, minutes 
  52.   from 0 to 59, seconds from 0 to 59 and the buzzer from 1 to 
  53.   100.  Minutes and seconds default to 0 when not given, and the 
  54.   buzzer defaults to 5 seconds when not given.
  55.  
  56.     /A12           sounds alarm at 12 noon
  57.     /A12:30        sounds alarm at 12:30 PM
  58.     /A12:30:25     sounds alarm at 25 seconds past 12:30 PM
  59.     /A12:30:25:15  sounds alarm for 15 seconds at 25 seconds past
  60.                    12:30 PM
  61.  
  62.   Whenever the alarm is set, an indicator will be shown, a sun
  63.   for an AM alarm time and a moon for a PM alarm time.
  64.  
  65.   The /A+ parameter allows the setting of an alarm offset i.e. a
  66.   period of time after the current time for the alarm to go off.
  67.   It accepts minutes, hours & minutes or hours, minutes & a
  68.   buzzer duration as fields.
  69.  
  70.     /A+35         sounds alarm after 35 minutes
  71.     /A+4:25       sounds alarm after 4 hours and 25 minutes
  72.     /A+1:10:20    sounds alarm for 20 seconds after an hour and
  73.                   10 minutes
  74.  
  75.   The /B parameter allows the user to load up PCX backgrounds
  76.   of their choosing rather than CLOCKWORX's default backgrounds.
  77.   The /B is followed by the file name of your graphic.  Only PCX
  78.   files can be loaded and they must match the graphics
  79.   environment you have run CLOCKWORX in.  For example, when
  80.   running in EGA, your graphic must be 640 by 350 to load.
  81.   Likewise, your graphic must be 640 by 200 to load in CGA.
  82.   Trying to load an invalid file will result in CLOCKWORX
  83.   running with no background.  Please keep in mind, CLOCKWORX
  84.   looks better when the background in the clock face is a solid
  85.   color.  Complex backgrounds around the hands of the clock will
  86.   make it difficult to see the hands.
  87.  
  88.     /Bmyfile      will attempt to load MYFILE.PCX
  89.     /Bmyfile.LBM  will attempt to load MYFILE.PCX
  90.     /Bmyfile.PCX  will attempt to load MYFILE.PCX
  91.  
  92.   The /NOPIC parameter suppresses the loading of any graphic
  93.   background including CLOCKWORX's defaults.
  94.  
  95.   The /E parameter forces CLOCKWORX to run in high resolution EGA
  96.   graphics mode.
  97.  
  98.   The /C parameter forces CLOCKWORX to run in high resolution CGA
  99.   graphics mode.
  100.