FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour batch to build all examples
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
batch to build all examples
Posted: Wed Feb 17, 2010 10:09 AM
This is a simple batch file to build all FWH examples at once :-)

all.bat
Code (fw): Select all Collapse
for %%I in (*.prg) do buildh.bat %%~nI
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion