testrepo/install/_install BCV.32.bat
Konloch c60bfd6c6e moved
moved
2015-05-06 17:48:03 -06:00

14 lines
334 B
Batchfile

@echo off
assoc .class=BCV
assoc .apk=BCV
assoc .dex=BCV
ftype BCV="%CD%\BytecodeViewer.32.exe" "%%1"
echo.
echo.
echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.32.exe
echo.
echo Note, if you move BytecodeViewer.32.exe
echo you'll need to re-run this program in the same directory as it.
echo.
echo.
pause