home *** CD-ROM | disk | FTP | other *** search
-
-
- ********************************************************************************
- 07:28:55 04/12/89 Page 1
- U T I L D O C U M E N T A T I O N
- B A T C H
- ********************************************************************************
-
-
- o MODULE NAME
-
- BATCH
-
- o LIBRARY NAME
-
- UTIL
-
- o TYPE
-
- PROGRAM
-
- o QUICK DESCRIPTION
-
- Batch a set of commands for execution
-
- o ARGUMENT DESCRIPTION
-
- batch [/e]
-
- o NARRATIVE DESCRIPTION
-
- The Batch utility allows the specification of multiple commands on the
- command line, as does its *NIX counterpart. Each command is then
- executed in the order that they were entered. An empty line terminates
- the input. The '/e' option specifies that commands should not be echoed.
- I/O redirection may be used with the batch utility, as in:
-
- batch < commands.txt
-
- o RETURNS
-
- nothing
-
- o APPLICATIONS
-
- UTILITY
-
- o OPERATING SYSTEM/COMPILER
-
- MSDOS
-
- o AUTHOR
-
- Todd Merriman
-
- o SOURCE LANGUAGE
-
- C
-
-
- ********************************************************************************
- U T I L D O C U M E N T A T I O N
- ********************************************************************************
-
-
- ********************************************************************************
- 07:28:55 04/12/89 Page 2
- U T I L D O C U M E N T A T I O N
- B A T C H
- ********************************************************************************
-
-
-
- o NOTICE
-
- Copyright (c) 1988 Future Communications - Atlanta, Georgia
-
- All rights reserved worldwide. You are granted a limted
- license to use this program, copy it, and distribute it
- provided that: (1) no fee may be charged for such
- copying and distribution, and (2) this program may only
- be distributed in its original unmodified state. This program
- may not be distributed with other programs for which a fee
- is charged except by permission of Future Communications.
-
- Future Communications
- 128 Midway Road
- Decatur, GA 30030-4429
-
- o INTRODUCTION DATE
-
- 08/17/88
-
- o LAST FILE UPDATE
-
- 04/12/89 07:28:25 -- batch.c
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ********************************************************************************
- U T I L D O C U M E N T A T I O N
- ********************************************************************************
-