home *** CD-ROM | disk | FTP | other *** search
/ Dream 41 / Amiga_Dream_41.iso / Amiga / Programmation / envCPP23.lha / envCPP23 / Install.bat < prev    next >
Encoding:
DOS Batch File  |  1997-04-07  |  499 b   |  17 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/c.api"
  4. INSTALL PRESET="presets/c.syntax"
  5. INSTALL PRESET="presets/c.indent"
  6. INSTALL PRESET="presets/c.dictionary"
  7.  
  8. ; create new toolbar (based on the toolbar currently used for editing text)
  9.  
  10. INSTALL PRESET="presets/c.gadgets" MERGEGADGETS "anytext"
  11.  
  12. ; install new filetype
  13.  
  14. FILETYPE ADD="(#?.c|#?.cc|#?.h)" PRI=127 DUP="anytext" PRESETS "c.api" "c.syntax" "c.indent" "c.gadgets" "c.dictionary"
  15.  
  16. INFO MSG="Installation complete, please RESTART GoldED."
  17.