home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Action Ware 1: Command & Conquer
/
ActionWare_1_Command_and_Conquer.iso
/
actware1
/
utils
/
cclaunch
/
cclaunch.bat
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-05-05
|
289 b
|
15 lines
@echo off
if not exist cclaunch.exe goto error
REM Re-generated CCLAUNCH.BAT
cclaunch.exe %1 %2 %3 %4 %5
goto end
:error
cls
echo CCLAUNCH - COMMAND & CONQUER Launchingprogram by Jacob Pedersen - Version 3.00
echo.
echo ERROR:
echo.
echo ■ CCLAUNCH.EXE missing.
echo.
:end