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 / ZSYS / ZSYSARK / Z3HLP01.ARK / H.LBR / HOLDZ.HZP / HOLDZ.HLP
Text File  |  1990-03-23  |  2KB  |  45 lines

  1. ;
  2.                                 HOLDZ.COM                                     
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                2k (11)   40C8  1.1        Bruce Morgen 4/87        Z3COM4
  6.  
  7.   1- Usage  2- Notes                                                          
  8.  
  9.  
  10.  
  11.    HOLDZ  is  a timer routine which delays the amount of time  entered  before 
  12. returning to ZCPR3.   It is most useful when used in a command script  (ALIAS, 
  13. ARUNZ,  ZEX,  or  SUB file) to simply schedule the execution of programs at  a 
  14. later time.
  15. :1
  16.  
  17.  
  18.    Usage:  A0:SYSTEM>HOLDZ hh:mm:ss[;FURTHER;COMMANDS]
  19.  
  20.         or A0:SYSTEM>HOLDZ mm:ss[;FURTHER;COMMANDS]
  21.  
  22.         or A0:SYSTEM>HOLDZ ss[;FURTHER;COMMANDS]
  23.  
  24. where 'hh' indicates hours; 'mm' indicates minutes; 'ss' indicates seconds
  25. :2
  26.  
  27.  
  28. HOLDZ Notes:
  29.  
  30.    a. Alternatively, 2 digits need not be entered if only 1 digit is 
  31.       necessary, e.g., 'HOLDZ 1:2:3' is the same as 'HOLDZ 01:02:03'.
  32.  
  33.    b. If any key is pressed during the delay, HOLDZ execution will be 
  34.       terminated and execution of pending command(s) proceeds.
  35.  
  36.    c. Ctrl-C will erase $$$.SUB from A0: and "A$:" and lower flow control
  37.       level to 'No Pending IF State'.  Non Ctrl-C abort sets the Program
  38.       error flag to 255 (0FFh), otherwise command line proceeds unimpeded.
  39.  
  40.    d. HOLDZ gets the processor speed from Z3ENV+2Bh and assigns the 
  41.       appropriate constant (2, 3, 4, 5, 6, or 8 Mhz).  Its accuracy is 
  42.       limited by the fact that Z3 uses single-byte integers to peg CPU 
  43.       speed.
  44. +-------+-------+-------+--------+--------+
  45.         | Word