home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL28.ARJ / VOL2815 < prev    next >
Text File  |  1992-01-07  |  4KB  |  73 lines

  1.  
  2.  Volume 2815 - Released november 1986  -  Abstract (C) CP/MS gg
  3.  
  4. CP/MS gg NL volume 2815
  5.  
  6. gelijk aan CP/M 1128 / 1149
  7.  
  8. Titel:VAX / UNIX Xmodem & LU
  9.  
  10. Number Name            Size    Date    Comments
  11.        CATALOG  815      782   9-07-86 This list
  12. 815.01 FROMXMOD FOR     2688   9-07-86 VAX Fortran conversion from DOS to VAX
  13.                                        text
  14. 815.02 LAR      DOC     1792   2-03-84 Doc on below
  15. 815.03 LAR      EXE    26752   1-08-84 Library Utility - use on .LBR files
  16. 815.04 TOXMOD   FOR     2816   9-07-86 VAX Fortran conversion from VAX to DOS
  17.                                        text
  18. 815.05 UMODEM   LBR    68992   9-07-86 XMODEM in 'C' for Unix
  19. 815.06 UNIX-LU  DOC     2432   9-07-86 Doc on below
  20. 815.07 UNIX-LU  LBR    17408   9-07-86 LU ( & LAR) compatible program in Unix
  21.                                        C
  22. 815.08 VOL2815  ABS     2944   9-07-86 Disk abstract
  23. 815.09 XMODEM   FOR    20864   9-07-86 VAX Fortran XMODEM program
  24. 815.10 XMODEM   LBR    43776   9-07-86 Another - including DOC etc.
  25. 815.11 XMODMFOR DOC     5632   9-07-86 DOC on Fortran XMODEM for VAX 11
  26.               12 File(s)    120832 bytes free on volume VOL2815
  27.  
  28. Lar (Unix-Lu) is a Unix program to manipulate CP/M LU format  libraries (and
  29. MS-DOS LAR format. etc.). The primary use of lar  is to combine several files
  30. together for upload/download to a  personal computer. Its actions are control-
  31. led by the KEY argument. The KEY argument is a string of characters containing
  32. at  most one function letter and possibly one or more function modifiers.
  33. Other arguments to the command are
  34. specifying which files are to be dumped or restored.
  35.    Pathnames are stored in CP/M format (XXXXXXXX.XXX). Lar tries  to detect
  36. text files vs. binaries by checking for non-Ascii (8th  bit set) chars. If the
  37. file is text lar will throw away Control-Z  chars which CP/M and MS-DOS put on
  38. the end. All files in the  library are padded with Control-Z up to the end to
  39. the CP/M  sector size if necessary. No effort is made to handle the difference
  40. between CP/M (and DOS) and Unix end of line chars.
  41.  
  42.                        ==== XMODMFOR ====
  43. This is a document about XMODEM.FOR and associated files for the  VAX.  The
  44. filesinthepackageare:                                                 
  45. XMODEM.FQR - squeezed XMODEM.FOR, equivalent to XMODEM 5.0:  
  46. binary files, with checksum or CRC,most timeouts, no BATCH, in VAX Fortran
  47. (special I/O dependency encapsulated in two subroutines so it should be
  48. translatable to other Fortrans). It works up to 9600 baud on a moderately
  49. loaded VAX  11/780 running VMS version 2.0 (commented out portions allow
  50. cleaner 
  51. for  version 3.0 and up)
  52. TOXMOD.FQR - squeezed TOXMOD.FOR, convertsVAXtextfile(variable 
  53. length records with no CRLF) into CP/M- and MSDOS compatible file  for
  54. transfer by XMODEM (fixed length 128 byte records  with CRLF  at ends of
  55. lines).                                
  56. FROMXMOD.FQR - sqeezed FROMXMOD.FOR, similarly converts CP/M  (DOS) file from
  57. the form received by XMODEM.FOR to a VAX text  file. 
  58. XMODEM.HQP - a VAX Help file about the three programs.       
  59. CPM.CQM a VAX command procedure file defining the programs as  foreign
  60. commands.                                                   
  61.                === XMODEM.LBR ===
  62. The following files are provided in this distribution of XMODEM 5.1
  63. for VAX/VMS:
  64.  
  65. XMODEM.FOR -- Source of XMODEM in FORTRAN-77
  66. XMODEM.COM -- COM (Indirect Command File) to Implement
  67.           XMODEM commands of XMODEM, CTOV, VTOC, SEND, and RECV
  68. XMODEM.HLP -- VAX/VMS Help File
  69. XMODEM.MSG -- Message Announcing This Program
  70. XMODEM.DOC -- This Documentation File
  71. CTOV.FOR   -- Source of CTOV (CP/M to VAX/VMS Text File Converter)
  72. VTOC.FOR   -- Source of VTOC (VAX/VMS to CP/M Text File Converter)
  73. QIO.DCK    -- INCLUDE File Used by XMODEM.FOR