home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZSUS / Z3HELP-6.LBR / W.LBR / WAIT.HZP / WAIT.HLP
Text File  |  2000-06-30  |  2KB  |  64 lines

  1. ;
  2.                                    WAIT.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                4k (26)   783B  1.2        Joe Griffith             Z3COM11
  6.  
  7.   1- Syntax/Options  2- Notes  3- Examples of Use                             
  8.  
  9.  
  10.    WAIT is a VCED support program which toggles the 'Strike Any Key' prompt to
  11. hold the screen display, as desired, before returning to the editor.  WAIT can
  12. be  used  with  any command  or series  of commands  including aliases and ZEX 
  13. files.   It  is especially useful  with communications programs which  can  be
  14. activated automatically during low phone-rate periods.
  15.  
  16.    Version 1.0 (3/85) by Joe Griffith.
  17. :1
  18.  
  19.  
  20.    Syntax:  WAIT hh:mm:ss ; command ...
  21.  
  22.  
  23.    ...where  'hh:mm:ss'  is  the time  at  which execution  will  continue and 
  24. 'command ...' is the list of commands to be executed at that time.
  25. :2
  26.  
  27. WAIT Notes: 
  28.  
  29.    a. WAIT requires a  real-time clock  to work.   Just about any one will do.
  30.       WAIT  is configured  for  a specific  clock by creating  or altering  an 
  31.       overlay for that clock and  then loading  the overlay with  the  primary
  32.       program.   Sample  overlays  and  complete instructions for creating the
  33.       working program  are included in the distribution library.
  34. :3
  35.  
  36. Examples of Use:
  37.  
  38.    a. WAIT 07:00:00;SAK /B
  39.  
  40.       -- will simply act as an alarm clock and begin ringing the terminal bell
  41.       at 7:00 oclock.
  42.  
  43.    b. WAIT 07:00:00;SAK /P10B;WAIT 07:10:00;SAK /B
  44.  
  45.       -- will act as  an alarm clock  by beeping 10 times  at 7:00 oclock  and
  46.       then  waiting  ten minutes  before  starting  a continuous beep.  Like a 
  47.       snooze alarm.
  48.  
  49.    c. WAIT 12:30:00;PRINT SOURCE.ASM
  50.  
  51.       -- will wait till 12:30  to print  the file.   This can be useful if you
  52.       have a noisy printer.
  53.  
  54.  
  55. Examples of Use (continued):
  56.  
  57.    d. WAIT 03:45:30;MEX
  58.  
  59.       -- will activate MEX at 03:45:30 a.m.  If the initfile option of MEX is
  60.       active,  it can then execute a complete READ file, logging into another
  61.       computer,  uploading/downloading, etc.  All automatically,  unattended,
  62.       and at a time when rates are lowest.
  63.   er program you are
  64.       executing under W is