bcv-vf/_install BCV.32.bat
Konloch a9a1208946 32bit fix now
32bit fix now
2015-05-06 17:40:06 -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