home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m110 / 1.ddi / HLL / TP3 / TP3.TXT < prev   
Encoding:
Text File  |  1990-02-12  |  423 b   |  12 lines

  1. ;--------------------------------------------------------;
  2. ;     GRASP source file which EXECs a Turbo Pascal     ;
  3. ;       3.0 program.                                     ;
  4. ;--------------------------------------------------------;
  5.  
  6. pnewbuf 1            ;allocate space for buffer one
  7.  
  8. exec grasptp3.com        ;execute the tp3 program, which loads
  9.                 ;a picture into buffer one and fades it
  10.                 ;onto the screen
  11.  
  12. exit                ;quit