home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / TIMEIT10.ZIP / TIMEIT.DOC < prev    next >
Encoding:
Text File  |  1993-02-13  |  4.3 KB  |  102 lines

  1.                                                                     TimeIt
  2. ---------------------------------------------------------------------------
  3.  
  4.                   A "wait" utility for multi-node BBSs.
  5.  
  6. Purpose:  Do nothing for a specified number of seconds unless
  7.           a file called "fileit.tmp" exists.  This is especially
  8.           useful when running a BBS under a multi-tasker like
  9.           Desqview.  You can run Timeit in the nodes you want
  10.           to stay down for a large amount of time.  Then, when
  11.           the node running the event is finished doing whatever
  12.           it does it can tell the waiting nodes to stop waiting.
  13.  
  14. Copyright 1993 EmmaSoft
  15.  
  16. Publisher:  EmmaSoft Software Company, Inc.
  17.             PO Box 238
  18.             Lansing, NY 14882-0238
  19.             VOICE:    607-533-4685
  20.             BBS:      607-533-7072
  21.             CompuServe: 71333,1577
  22.  
  23. License:  EmmaSoft Software Company, Inc. (ESC) retains all rights
  24.           to Timeit.  Timeit may be distributed freely provided
  25.           all files are kept together and unchanged as shipped by
  26.           ESC.  Timeit may not be sold for profit or included in any
  27.           other product without written permission of ESC.
  28.  
  29. Warranty: Timeit is provided "as is" without warranty of any kind, 
  30.           either expressed or implied, including any warranty of 
  31.           merchantability or fitness for a particular purpose.  
  32.           In no event shall ESC be held liable for any loss of profit, 
  33.           special, incidental, consequential, or other similar claims.
  34.  
  35. Files:    Timeit is shipped with four files:  
  36.  
  37.           timeit.doc   This document
  38.           file_id.diz  A short program description
  39.           timeit.exe   The program
  40.           tmp2copy     A dummy file to copy when stopping a session
  41.  
  42. Returns:  Number of seconds waited if successful, -1 if not
  43.  
  44. Useage:   Useage:  timeit [seconds]
  45.  
  46.           seconds is the number of seconds to wait.
  47.  
  48.           You can make Timeit stop waiting by doing one of two
  49.           things:
  50.  
  51.           1. Copy a file called timeit.tmp into the directory in
  52.           which Timeit is running.
  53.  
  54.           2. Press the Esc key.
  55.  
  56. Example:  Here's an example of how Timeit is used on a PCBoard 
  57.           two node system.  There is no limit to the number
  58.           of nodes you could use this technique on.  On our system
  59.           Node 1 is in \PCB\1NODE, and Node 2 is in \PCB\2NODE. 
  60.  
  61.           On node 2 we use timeit to wait for ten minutes.  Node 1
  62.           performs various functions, then makes a copy of
  63.           timeit.tmp in the Node 2 directory.  This stops the wait on
  64.           Node 2 and both nodes can go up again without waiting the
  65.           full 10 minutes.
  66.  
  67. \PCB\1NODE\EVENT.SYS                            \PCB\2NODE\EVENT.SYS
  68. ---------------------------------------------   ---------------------
  69. timeit 5                                        timeit 600
  70. pcbfiler /List
  71. copy pcbfiles.1st \pcb\allfiles.txt
  72. del pcbfiles.1st
  73. pkzip -u \pcb\dl1\allfiles \pcb\allfiles.txt
  74. call upscan
  75. copy tmp2copy \pcb\2node
  76.  
  77.                                   Also From EmmaSoft Software Company, Inc.
  78. ---------------------------------------------------------------------------
  79.  
  80. CATALOG-ON-A-DISK (tm) makes it easy for your customers to buy from
  81. you.  They browse or search for products using only a few simple
  82. keys.  The order form is printed to the printer or a file with taxes
  83. and shipping calculated, to be mailed, faxed, called in, or sent by
  84. modem.
  85.  
  86. This award winning program is a great alternative or adjunct to
  87. printed product catalogs.  The catalog data is compressed to allow an
  88. enormous number of products to fit on a disk, reduce disk access
  89. time, and to provide security for your prices and other catalog data.
  90.  
  91.   "Catalog-On-A-Disk is an excellent marketing tool for any business.
  92.   COAD allows any business owner to easily create and distribute an
  93.   electronic catalog.  EmmaSoft does a great job of it.  COAD not
  94.   only saves time, but generates profits." - PC Journal
  95.  
  96.   "It's instrumental to the success of our business." - M.K. Readme.Doc
  97.  
  98. Call or write for more information, or download the shareware version
  99. from our BBS.
  100. ---------------------------------------------------------------------------
  101.  
  102.