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

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/a68k.syntax"
  4.  
  5. ; install new filetype
  6.  
  7. FILETYPE ADD="(#?.[a|asm|ass|i|s])" DUP="anytext.a" PRI=127 PRESETS "a68k.syntax"
  8.  
  9. INFO MSG="Installation complete, please RESTART GoldED."
  10.