Files
harbour-core/harbour/tests/working/hbicc.cmd

11 lines
150 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 = BiccEXE
call biccexe %1 %2
:end