home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug049.arc / MERGE.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  34 lines

  1. DOCUMENTATION FOR MERGE.MWB
  2. BY J.LOKE 87APR06
  3.  
  4.      At a recent meeting, a fellow club member described some of 
  5. the  problems  he was having with merging Microworld tiny  BASIC 
  6. programs.   MERGE.MWB  is a utility designed to allow  the  easy 
  7. merging of two programs.   It produces a temporary batch command 
  8. file  called "$$$.000" which supervises the merging process  via 
  9. an  intermediate file called "$$$.ASC".   No provision has  been 
  10. made for detecting line-number clashes, and it is up to the user 
  11. to avoid these if so required.
  12.  
  13.      Here is the output from a sample run:
  14.  
  15.                >RUN "MERGE"
  16.  
  17.                MERGE V1.00 BY J.LOKE 87APR06
  18.  
  19.                NAME OF FIRST FILE =? PROG1
  20.                NAME OF SECOND FILE=? PROG2
  21.  
  22.                MERGING PROG1.MWB WITH PROG2.MWB
  23.  
  24.                .
  25.                .
  26.                .
  27.  
  28.                >_
  29.  
  30.      At this point, the merged program resides in memory and may 
  31. be EDITed or RUN before being SAVEd.
  32.  
  33. END OF DOCUMENTATION
  34.