::this batchfile requires COPE, irserv and jacorb to be installed ::and %JACORB_TOP% to be set (e.g. to C:\JacORB) cd api1 for %%i in (*.idl) do idl2perl -I%JACORB_TOP%/idl/omg -I../ -DJACORB_HAS_BROKEN_FORWARD_DECL -DRENDEZ_VOUS -force -noprototypes -impl -outdir ../../perl/cipres/lib %%i cd ../api2 for %%i in (*.idl) do idl2perl -I../ -force -noprototypes -impl -outdir ../../perl/cipres/lib %%i