home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / BIPL.ZIP / IDOL.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-12-30  |  278 b   |  11 lines

  1. rem msdos Idol installation
  2.  
  3. rem This compiles Idol in order to to test the system
  4.  
  5. icont -Sr1000 -SF30 -Si1000 idolboot msdos
  6.  
  7. mkdir idolcode.env
  8.  
  9. iconx idolboot -t -install
  10.  
  11. chdir idolcode.env
  12.  
  13. icont -c i_object
  14.  
  15. chdir ..
  16.  
  17. iconx idolboot idol idolmain msdos
  18.  
  19. idolt
  20.  
  21.