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 / SIMTEL / CPMUG / CPMUG041.ARK / RESIZE.DOC < prev    next >
Text File  |  1984-04-29  |  1KB  |  27 lines

  1.                            RESIZE.DOC 
  2.           Documentation for RESIZE2.BAS & RESIZE3.BAS 
  3.                             01/02/80 
  4.  
  5.      RESIZE   is   a  file  reconfiguration  program  for  Ward
  6. Christensen's Maillist programs  written  in  BASIC-E  (RESIZE3
  7. modified  by  myself  for use by Ham Radio Clubs.)  Use RESIZE2
  8. for files keyed on the name, RESIZE3 for files keyed on Amateur
  9. Radio Call-sign.  RESIZE re-sizes the file.   For  example,  if
  10. you  have  128  records and find yourself with a need for more,
  11. you may use RESIZE to convert the file to a different size.  It
  12. is a good idea to use increments of  128  since  CP/M  sets  up
  13. directories 128 sectors at a time.
  14.  
  15.      You  will  be  prompted  for  the  filenames  and new file
  16. length.  The program will take a certain amount of time to  run
  17. since it has to perform a great many disk accesses.  If you are
  18. converting from a "name key" format to a "call-sign key" format
  19. using  RESIZE3,  changing  the READ #1  statement after line 11
  20. will enable you to re-key  on  call-signs.   Just  reverse  the
  21. NAME$(N)  and  CALL$(N)  fields.   The  file will be re-written
  22. indexed by call-sign.
  23.  
  24.                               James K.  Mills WB9KFP
  25.                               CACHE Member
  26.  
  27.