home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / forthed / mvp.asc < prev    next >
Text File  |  1987-08-01  |  768b  |  25 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         If your version of MVP-FORTH does not understand DOS files,
  8.         use the following procedure to copy the DOS file MVP-OVL.SCR to
  9.         a non-DOS-file format.
  10.  
  11.         a. Load DOS, format a diskette with 9 sectors per track, 2sides.
  12.  
  13.         b. Load FED.COM and select MVP-OVL.SCR as the default file by:
  14.  
  15.            USING [d:][path]MVP-OVL.SCR  (FED supports full path-names)
  16.  
  17.         c. Select the floppy diskette to write the file to by:
  18.  
  19.            BIOS-BLOCKS DEST d: (d: indicates the drive - use A: for
  20.                                    the A drive or B: for the B drive)
  21.         d. Copy the file by:
  22.  
  23.            0 5 n SCOPY (where n is the destination screen number on
  24.                         the floppy diskette)
  25.