Newer
Older
Import / projects / Gameloft / bne_lib / tools / GameloftTools / register_rk_tools.cmd
@John John on 29 Dec 2020 700 bytes bulk import from macbookpro checkouts
rem
rem   Must be run from the cmd prompt
rem
rem   (uses inbuilt cmd commands).
rem
rem

rem   Associate a type with the rki file extension
assoc .rki=rkifile
rem register the viewer with the file type
ftype rkifile="%PYTHONHOME%/Pythonw.exe" "%GAMELOFT_TOOLS_HOME%/rki_viewer.py" "%%1"

rem   Associate a type with the rk file extension
assoc .rkn=rknfile
rem register the viewer with the file type
ftype rknfile="%PYTHONHOME%/Pythonw.exe" "%GAMELOFT_TOOLS_HOME%/rk_viewer.py" "%%1"

rem   Associate a type with the rk file extension
assoc .rk=rkfile
rem register the viewer with the file type
ftype rkfile="%PYTHONHOME%/Pythonw.exe" "%GAMELOFT_TOOLS_HOME%/rk_viewer.py" "%%1"