home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / a / chop-app.lbr / CHOP-APP.DZC / CHOP-APP.DOC
Encoding:
Text File  |  1993-10-26  |  1.8 KB  |  41 lines

  1. PUBLIC DOMAIN PROGRAM  RON ROCK 4/29/88
  2.  
  3. CHOP/APP.COM  is  an ASCII text file utility (based on CHOP18  )
  4. which  will divide a file of any size into sequential files of a
  5. given  number  of  lines.  A sequence  of  files  with a  common
  6. filename  with  sequential  extents may be concatenated  into  a
  7. single  file  named  d:filename. ALL. As each  chopped  file  is
  8. concatenated  it may be erased to increase available disk space.
  9. An  excellent companion for VDE to enable an "oversize" file  to
  10. be  chopped into smaller segments (I use 1000 lines each for  my
  11. system  and VDE), edited and "put back together" with a  minimum
  12. of effort.
  13.  
  14. To begin enter: CHOP/APP<CR>
  15. Choose either "C" to Chop a large file into smaller files ;or
  16.               "A" to append chopped files into a single file.
  17.               (You no longer need to "PIP" files together.)
  18.  
  19. Of  course, any sequence of ASCII text files may be concatenated
  20. by  renaming  them  with  a common  <filename>  and  an  ordered
  21. sequence of extents <.1,.2,..999>.
  22.  
  23. As  with  any  utility,  remember  that you  may  not  write  an
  24. identical  filename.ext  to the same location from which  it  is
  25. being read.
  26.  
  27. The  program  is  written in TURBO PASCAL v.3.0. Note the  Turbo
  28. "CHN" file.  If you have a universal Turbo library type file you
  29. may  wish to use the CHOP/APP.CHN file to "chain" to rather than
  30. the  full  CHOP/APP.COM file. (START:20E2h/END:A000h)
  31.  
  32. CHOP/APP.COM is installed for the KayPro II '83 (ADM 3a) terminal,
  33. however  only <CR>'s are utilized for screen display to provide a
  34. "universal" display.
  35.  
  36. (See FANFLD13.LBR for installation hints if the screen display of
  37. CHOP/APP does not appear correct.)
  38.  
  39. Enjoy ! Ron Rock 4/29/88
  40.  
  41.