home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / batutl / batch.arc / BATCH.DOC next >
Text File  |  1989-04-12  |  3KB  |  127 lines

  1.  
  2.  
  3. ********************************************************************************
  4. 07:28:55  04/12/89                                                     Page 1   
  5.                       U T I L   D O C U M E N T A T I O N                       
  6.                                    B A T C H                                    
  7. ********************************************************************************
  8.  
  9.  
  10. o MODULE NAME
  11.  
  12.    BATCH
  13.  
  14. o LIBRARY NAME
  15.  
  16.    UTIL
  17.  
  18. o TYPE
  19.  
  20.    PROGRAM
  21.  
  22. o QUICK DESCRIPTION
  23.  
  24.    Batch a set of commands for execution
  25.  
  26. o ARGUMENT DESCRIPTION
  27.  
  28.    batch [/e]
  29.  
  30. o NARRATIVE DESCRIPTION
  31.  
  32.    The Batch utility allows the specification of multiple commands on the
  33.    command line, as does its *NIX counterpart.  Each command is then
  34.    executed in the order that they were entered.  An empty line terminates
  35.    the input.  The '/e' option specifies that commands should not be echoed.
  36.    I/O redirection may be used with the batch utility, as in:
  37.  
  38.       batch < commands.txt
  39.  
  40. o RETURNS
  41.  
  42.    nothing
  43.  
  44. o APPLICATIONS
  45.  
  46.    UTILITY
  47.  
  48. o OPERATING SYSTEM/COMPILER
  49.  
  50.    MSDOS
  51.  
  52. o AUTHOR
  53.  
  54.    Todd Merriman
  55.  
  56. o SOURCE LANGUAGE
  57.  
  58.    C
  59.  
  60.  
  61. ********************************************************************************
  62.                       U T I L   D O C U M E N T A T I O N                       
  63. ********************************************************************************
  64.  
  65.  
  66. ********************************************************************************
  67. 07:28:55  04/12/89                                                     Page 2   
  68.                       U T I L   D O C U M E N T A T I O N                       
  69.                                    B A T C H                                    
  70. ********************************************************************************
  71.  
  72.  
  73.  
  74. o NOTICE
  75.  
  76.          Copyright (c) 1988 Future Communications - Atlanta, Georgia
  77.  
  78.          All rights reserved worldwide.  You are granted a limted
  79.          license to use this program, copy it, and distribute it
  80.          provided that:  (1) no fee may be charged for such
  81.          copying and distribution, and (2) this program may only
  82.          be distributed in its original unmodified state.  This program
  83.          may not be distributed with other programs for which a fee
  84.          is charged except by permission of Future Communications.
  85.  
  86.                         Future Communications
  87.                            128 Midway Road
  88.                         Decatur, GA 30030-4429
  89.  
  90. o INTRODUCTION DATE
  91.  
  92.    08/17/88
  93.  
  94. o LAST FILE UPDATE
  95.  
  96.    04/12/89 07:28:25 -- batch.c
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. ********************************************************************************
  125.                       U T I L   D O C U M E N T A T I O N                       
  126. ********************************************************************************
  127.