home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug041.arc / TELFIX.DOC < prev    next >
Text File  |  1979-12-31  |  2KB  |  54 lines

  1. Library Name        : TELFIX.LBR
  2.  
  3. Files in Library    : TELFIX.PAS   By G. Irlam, 1985
  4.                       TELFIX.COM
  5.                       FILE-IO.MOD  By G. Irlam, 1985
  6.                       TELFIX.DOC
  7.  
  8. Computer            : Most computers with CP/M and TURBO pascal.
  9.  
  10. Introduction        : The  file  TELFIX.PAS  is  a  TURBO  pascal
  11.                      programme to remove the first 80h bytes from
  12.                      a  file  that  was uploaded to a BBS  or  to
  13.                      another   terminal  (not  using   MicroBee's
  14.                      TELCOM)  by the Microbee's  TELCOM.  Telcom,
  15.                      being a non-standard programme puts a header
  16.                      on  files  it sends that contains  the  file
  17.                      name  and  1Ah characters.  Hence  the  file
  18.                      cannot  be  executed until  this  header  is
  19.                      removed.  If  the file is small,  it can  be
  20.                      removed in DDT or DU etc.  but when the file
  21.                      is greater    in size than the TPA  (memory)
  22.                      the  header cannot be removed.  Hence to the
  23.                      rescue comes TELFIX !
  24.  
  25. Use                 : The file that contains the header is  first
  26.                      asked  by  TELFIX and then the name  of  the
  27.                      file  you  which  to  have  the  fixed  file
  28.                      called. That all folks !!!
  29.  
  30. Comments            : The  file FILE-IO.MOD is a file that allows
  31.                      the user to open/close/use files on the disk
  32.                      by calling the approiate procedure.  See the
  33.                      actual  file  (it is written in  TURBO)  for
  34.                      more infomation.
  35.  
  36.  
  37. PLEASE  NOTE          :  The  file TELFIX.COM was compiled  on  a
  38. Microbee CIAB (56k) and may work on other computers  as well  but
  39. it  is unlikely (it may even not work on other CIAB's).  This  is
  40. because TURBO has to know where TOP OF MEMORY is and this differs
  41. on  all  computers,  even if it is only one  bute.  Hence,  TURBO
  42. cannot make proper .COM's.  I have included it if you do not have
  43. TURBO and I hope that it works. The TOP OF MEMORY is 3000h.  This
  44. should be suitable for most CP/M computers.
  45.  
  46.  
  47.                                         December 1985
  48.                                         Adelaide, Australia
  49.  
  50.  
  51.  
  52.  
  53.  
  54.