home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / sysutl / prodo10.arc / PRODO.DOC < prev   
Encoding:
Text File  |  1989-08-01  |  3.7 KB  |  94 lines

  1.  
  2.     ProDo v1.0 Copyright (c) 1989 Prodigy Technologies. All Rights
  3.     Reserved World Wide.
  4.  
  5.     This is a quick manual, which is divided into five sections.
  6.     Please read all of them before attempting to use ProDo. Thank you,
  7.     Tony Gentile.
  8.  
  9.     ****************************
  10.     * Section 1: What is ProDo *
  11.     ****************************
  12.  
  13.     ProDo is a command stacking utility. With it, you can specify a
  14.     list of programs (or DOS functions) to be executed in sequence.
  15.     In addition to it's obvious use of command stacking, ProDo is a
  16.     great tool for those people using a version of DOS prior to 3.3.
  17.     Versions of DOS prior to v3.3 do not support the batch file CALL
  18.     command. ProDo eliminates this problem.
  19.  
  20.     **********************************
  21.     * Section 2: The ProDo Advantage *
  22.     **********************************
  23.  
  24.     ProDo is my version of a Public Domain program, named DO. I wrote
  25.     ProDo simply to improve on an already excellent program. The
  26.     advantage ProDo offers is in memory usage. It requires 10k of your
  27.     memory, while DO requires 19k.
  28.  
  29.     ***********************
  30.     * Section 3: Warranty *
  31.     ***********************
  32.  
  33.     PRODIGY Technologies makes no warranty of any kind, expressed or
  34.     implied, including, without limitation, and warranties of
  35.     merchantability and/or fitness for a particular purpose. PRODIGY
  36.     Technologies shall not be liable for any damages, whether direct,
  37.     indirect, special or consequential arising from a failure of this
  38.     program to operate in the manner desired by the user.
  39.  
  40.     PRODIGY Technologies shall not be liable for any damage to data or
  41.     property which may be caused directly or indirectly by the use of
  42.     this program. IN NO EVENT will PRODIGY Technologies be liable to
  43.     you for any damages, including any lost profits, lost savings or
  44.     other incidental or consequential damages arising out of your use
  45.     or inability to use the program, or from any claim by any other
  46.     party.
  47.  
  48.     ***************************
  49.     * Section 4: Registration *
  50.     ***************************
  51.  
  52.     This program is distributed as a User Supported Software product.
  53.     In other words, it's Shareware. Therefore, you are granted a
  54.     limited license to use the program for a trial period. This trial
  55.     period shall be thirty (30) days. After thirty days, you must
  56.     either register ProDo or discontinue it's use.
  57.  
  58.     The COST of registration depends on who (or what) you are. If you
  59.     are a person, using ProDo on your home computer for whatever
  60.     purpose, you must register by sending me a postcard. I think this
  61.     is an entirely resonable request. It should cost you no more then
  62.     $0.75, unless you decide to get fancy. I'd like to collect a card
  63.     from every state in the nation, and maybe some from abroad.
  64.  
  65.     Now, if you are an institution or business of any sort, you must
  66.     register by sending $5.00 for the first copy, and $1.00 for each
  67.     copy after that.
  68.  
  69.     Please mail all "Payments" to the address below:
  70.  
  71.     Tony Gentile
  72.     PRODIGY Technologies
  73.     14611 Carmel Ridge Road
  74.     San Diego, CA 92128
  75.  
  76.     **************************
  77.     * Section 5: Using ProDo *
  78.     **************************
  79.  
  80.     First, ProDo is of most use if you place it somewhere where it
  81.     will be in your PATH statement. That goes without saying.
  82.  
  83.     To use ProDo, just enter ProDo, followed by the commands you
  84.     want to run - seperate each with a semi-colon. Here are a few
  85.     examples:
  86.  
  87.     PRODO DIR;CHKDSK;EDLIN AUTOEXEC.BAT;DIR
  88.  
  89.     or :
  90.  
  91.     PRODO DIR *.* /P;VERIFY ON;COPY *.* A:VERIFY OFF;DIR A:*.*
  92.  
  93.     Enjoy, Tony Gentile 7/31/89.
  94.