home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / BYE5 / AUTOKMD.LBR / AUTOKMD.DZC / AUTOKMD.DOC
Text File  |  2000-06-30  |  2KB  |  52 lines

  1. AB17 Remote Systems
  2. [513] 879-6263
  3.  
  4. AUTOKMD.COM
  5.  
  6. Program Description:
  7.  
  8. AUTOKMD.COM processes a DISK.DIR file output by SD.COM to a format
  9. compatible with the KMD.LOG structure.  For use by those sysops who
  10. have two machines and do not want to (or cannot) transfer the files
  11. they have acquired by modem or null modem.  You must construct a
  12. batch file with SUBMIT,ZEX, or make an ALIAS.  I copy the files to
  13. an unused d/u such as G13.  Then run the ALIAS AUTOLOG which looks
  14. like this:
  15.  
  16. DIR $F
  17. AUTOKMD
  18. PPIP AUTOLOG A14:
  19. ERASE AUTOLOG
  20. A14:
  21. APPEND AUTOLOG KMD.LOG
  22. ERASE AUTOLOG
  23.  
  24. The very handy APPEND program will append the AUTOLOG to your KMD.LOG
  25. regardless of it's size in just a few seconds.  Much better than tying
  26. up the remote for lengthy periods simply for the convenience of having
  27. all files recorded and much much faster than KNEW.  The program is set
  28. for 2400bps - sorry no changes or other patches possible.  You can
  29. enter your name in upper or lower case however.  Formats are as below:
  30.  
  31. DATE: 03/03/88   ; or 03-03-88
  32. TIME: 19:21      ; 24hr format
  33. NAME: AB17 SYSOP ; or whatever else is reasonable
  34. D-U : D00        ; must be two numerics after Drive or it will barf
  35.                  ; This should be the drive you want the KMD.LOG to
  36.                  ; show as the receiving drive - usually your UPLOADS
  37.                  ; area which you can copy these files to as part of
  38.                  ; your batch file or manually (ugh!) after this run.
  39.  
  40. The CLS.DAT file in the library is set for a Kaypro - change to suit
  41. your terminal.   
  42.  
  43.        INPUT files: DISK.DIR destroyed after program run
  44. INTERMEDIATE files: MID.LOG,MID.DIR - destroyed after program run
  45.       OUTPUT files: AUTOLOG
  46.  
  47. Enjoy...
  48.  
  49. Tom Ensminger
  50. 11 Apr 88
  51.  
  52.