Files
harbour-core/harbour/tests/working/hb.bat
1999-05-05 21:52:33 +00:00

11 lines
152 B
Batchfile

@echo off
REM From .PRG to .C = Harbour
..\..\bin\harbour %1.prg /n
if errorlevel 1 goto end
REM From .C to .EXE = BuildExe
call buildexe %1 %2
:end