ABLD.BAT 327 B

12345678910111213141516
  1. @ECHO OFF
  2. REM Bldmake-generated batch file - ABLD.BAT
  3. REM ** DO NOT EDIT **
  4. perl -S ABLD.PL "\Symbian\Carbide\gps1\Expenses\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. if errorlevel==1 goto CheckPerl
  6. goto End
  7. :CheckPerl
  8. perl -v >NUL
  9. if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
  10. goto End
  11. :End