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 >
Wrap
DOS Batch File
|
1992-05-07
|
290b
|
17 lines
@Echo off
: Batch file that makes JOLTCOLA!
: Convert the colour table to an object file
BINOBJ JOLTCOLA.DAC JCOLADAC JoltColaDac
: Convert the picture to an object file
PACKOBJ JOLTCOLA.PIC JOLTCOLA JoltCola
: Compile & run the program
TPC JoltCola /M
JoltCola