Files
harbour-core/harbour/source/runner/runmain.prg
1999-08-20 13:13:51 +00:00

16 lines
180 B
Plaintext

// $Id$
//
#include "external.ch"
PROCEDURE MAIN( cHRBFile )
IF( ! EMPTY(cHRBFile) )
HB_RUN( cHRBFile )
ELSE
?
? "Usage:"
? "./runmain hrbfile"
?
ENDIF
RETURN