[r6]: / trunk / cforge / cforge / Package / CFORGE / RegisterURLHandler.bat  Maximize  Restore  History

Download this file

12 lines (10 with data), 299 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
@ECHO OFF
REM
REM Install cforge URL Handler in windows registry
REM
ECHO "Register URL Handler"
start "" /wait /b cforge.exe --register-url-handler

REM add cforge tool here to Path, so it can be used everywhere
ECHO "Add cforge to Path"
start "" /wait /b cforge.exe --add-to-path

PAUSE