home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / sysutl / veal0989.arc / CALL100.DOC < prev    next >
Text File  |  1988-11-25  |  2KB  |  36 lines

  1.  ╔════════════════════════════════════════════════════════════════════════════╗
  2.  ║                                                                            ║
  3.  ║                  Documentation For CALL - Version 1.00                     ║
  4.  ║                A Shareware Program Written By Craig Veal                   ║
  5.  ║                                                                            ║
  6.  ╟────────────────────────────────────────────────────────────────────────────╢
  7.  ║                                                                            ║
  8.  ║    I initially developed this program for my own personal use and the      ║
  9.  ║    rights to it are my sole property.  This program is not and has never   ║
  10.  ║    been a public domain program.                                           ║
  11.  ║                                                                            ║
  12.  ║    LIMITED permission is granted for your personal, NON-COMMERCIAL use     ║
  13.  ║    ONLY.                                                                   ║
  14.  ║                                                                            ║
  15.  ║    This program may not be used in any commercial environment without my   ║
  16.  ║    WRITTEN PERMISSION. If you want to use it in a commercial environment,  ║
  17.  ║    simply send me a self addressed stamped envelope and I'll authorize     ║
  18.  ║    you to use this program as long as NO ONE, other than myself, MAKES     ║
  19.  ║    any profit from the sale of this program.                               ║
  20.  ║                                                                            ║
  21.  ║    SHARE this program with others!   Craig D. Veal                         ║
  22.  ║                                      4734B Jacksonville Lane               ║
  23.  ║                                      Andrews AFB MD 20335                  ║
  24.  ║                                      Phone 301-599-1071                    ║
  25.  ║                                                                            ║
  26.  ╚════════════════════════════════════════════════════════════════════════════╝
  27.  
  28.  
  29. Use CALL.COM in .BAT files to run other .BAT files without having to load a
  30. secondary copy of COMMAND.COM and put EXIT as the last line in the 2nd .BAT
  31. file.
  32.  
  33. The syntax is simply CALL xxxx where xxxx is the name of the .BAT file you
  34. want to execute and then return to the original .BAT file.
  35.  
  36.