[r62]: / trunk / cforge / cforge / Package / CFORGE / Setup.bat  Maximize  Restore  History

Download this file

9 lines (7 with data), 141 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
@ECHO OFF
REM
REM Install cforge URL Handler in windows registry
REM
ECHO "Setup cforge"
start "" /wait /b cforge.exe --setup


PAUSE