home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / PACKOBJ / MAKEJOLT.BAT < prev    next >
DOS Batch File  |  1992-05-07  |  290b  |  17 lines

  1. @Echo off
  2.  
  3. :  Batch file that makes JOLTCOLA!
  4.  
  5. :  Convert the colour table to an object file
  6.  
  7. BINOBJ JOLTCOLA.DAC JCOLADAC JoltColaDac
  8.  
  9. :  Convert the picture to an object file
  10.  
  11. PACKOBJ JOLTCOLA.PIC JOLTCOLA JoltCola
  12.  
  13. :  Compile & run the program
  14.  
  15. TPC JoltCola /M
  16. JoltCola
  17.