@echo off rem Do not edit! This batch file is created by CASIO fx-9860G SDK. if exist ALGEBRA.G1A del ALGEBRA.G1A cd debug if exist FXADDINror.bin del FXADDINror.bin "C:\Prizm\fx-9860G SDK_mod\OS\SH\Bin\Hmake.exe" Addin.mak cd .. if not exist debug\FXADDINror.bin goto error "C:\Prizm\fx-9860G SDK_mod\Tools\MakeAddinHeader363.exe" "C:\Prizm\Eigenmath\Eigenmath" if not exist ALGEBRA.G1A goto error echo Build has completed. goto end :error echo Build was not successful. :end