X-Git-Url: http://git.osdn.net/view?p=chnosproject%2FCHNOSProject.git;a=blobdiff_plain;f=CHNOSProject%2Fchnos%2Ftolset_chn_000%2Fz_tools%2Fesart5.bat;fp=CHNOSProject%2Fchnos%2Ftolset_chn_000%2Fz_tools%2Fesart5.bat;h=e00f9278111853860928ce45bdd42d33d03c84d4;hp=0000000000000000000000000000000000000000;hb=7ad2ef33b005253914c33f34658c5a35a74554a3;hpb=bcbf8f3753455cca09c00d4d971518e1da897cbc diff --git a/CHNOSProject/chnos/tolset_chn_000/z_tools/esart5.bat b/CHNOSProject/chnos/tolset_chn_000/z_tools/esart5.bat new file mode 100644 index 0000000..e00f927 --- /dev/null +++ b/CHNOSProject/chnos/tolset_chn_000/z_tools/esart5.bat @@ -0,0 +1,19 @@ +@echo off + +set esar_sartol=sartol.exe +set esar_bim2bin=bim2bin.exe +set esar_wce=wce.exe + +if exist %1.sar goto end + +if %2.==. goto all +%esar_wce% %esar_sartol% e %1.sar %1 !1 #b=%1 %2 %3 %4 %5 %6 %7 %8 %9 +goto tek5 + +:all +%esar_wce% %esar_sartol% e %1.sar %1 !1 #b=%1 * + +:tek5 +%esar_wce% %esar_bim2bin% -osacmp -tek5 in:%1.sar out:%1.sar + +:end \ No newline at end of file