home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / modems / modem / batchcom.ark / BATCHCOM.DOC < prev   
Encoding:
Text File  |  1984-03-20  |  1.4 KB  |  36 lines

  1.  
  2.                 BatchCom Version 1.0
  3.                  by John C. Gilbert
  4.  
  5. For instructions enter parameter HELP with call
  6.  
  7. BATCHCOM is designed for use in transferring a group of
  8. files between computers using MODEM and XMODEM. It expects
  9. the list of files being transferred to be in a file named
  10. NAMES.SUB. This list can be prepared by a text editor or
  11. by FMAP.COM. A <cr><lf> is required between file names.
  12. BATCHCOM also uses SENDOUT.COM.
  13.  
  14. By convention, the above named files are expected to be on
  15. the 'A' disk with the files to be sent or received on the
  16. 'B' disk.
  17.  
  18. BATCHCOM operates by creating a file named $$$.SUB in the
  19. format prepared by CP/M's SUBMIT.COM. CP/M accepts this as
  20. a legitimate list of commands to be executed.
  21.  
  22. By default, BATCHCOM will send the files from MODEM using
  23. the parameter S.600. This may be changed with a parameter
  24. in the call to the program. The form of the parameter is
  25. MODEM(A.SSS) where A is the single character S (send) or
  26. R (receive) and SSS is the speed;e.g. 300,450,600. The
  27. format is important.
  28.  
  29. BATCHCOM also accepts the name of a program to link the
  30. two computers prior to transfer. This call is executed
  31. as the inital command and effects a smooth linkage withot
  32. a possible timeout. The format is DIAL(NN...N) where
  33. NN...N is a program name such at CMTN30 or DIAL3.
  34.  
  35. In addition, HELP will provide this printout.
  36.