home *** CD-ROM | disk | FTP | other *** search
/ The Equalizer BBS / equalizer-bbs-collection_2004.zip / equalizer-bbs-collection / DEMOSCENE-STUFF / IBYTES02.ZIP / SRC_HI!.ZIP / BO.BAT next >
DOS Batch File  |  1994-06-25  |  639b  |  15 lines

  1. set imgn=%1
  2. bgiobj %imgn%.bin irot0.obj _rot_image0 RI0
  3. bgiobj %imgn%.pal iprot0.obj _rot_image0pal RIP0
  4. @echo off
  5. rem BGI to OBJ Converter  Version 4.0 Copyright (c) 1987, 1992 Borland International
  6. rem Syntax:   BGIOBJ  [/F]  {source}  {destination[.OBJ]}  {public name}
  7. rem                         {segment-name}  {segment-class}
  8. rem The {source} parameter is required, the rest is optional.
  9. rem /F selects 'far' version (please read the documentation before using /F).
  10. rem Examples:
  11. rem           BGIOBJ        GOTH
  12. rem           BGIOBJ   /F   CGA
  13. rem           BGIOBJ        HERC.BGI  HERCDRV  _HERC_fdriver  HERC_TEXT
  14.  
  15.