home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d969 / ace.lha / ACE / ACE-2.0.lha / MAIN.lha / ACEsetup < prev    next >
Text File  |  1994-01-10  |  560b  |  19 lines

  1. ;
  2. ; Run this shell script to set up ACE's environment, or put these
  3. ; commands into your user-startup sequence. Alternatively, you can 
  4. ; simply execute this script from the user-startup sequence. 
  5. ;
  6.  
  7. assign ACE: sys:ACE   ; substitute "sys:ACE" with your ACE directory/volume
  8.  
  9. assign ACElib: ACE:lib
  10. assign ACEbmaps: ACE:bmaps
  11. assign ACEinclude: ACE:include
  12.  
  13. path ACE:bin add
  14.  
  15. protect ACE:bin/bas +s add    ; only need to do this once just in case
  16.                 ; the "s" bit is not set after you've
  17.                 ; unpacked the archive (check this with
  18.                 ; "list ACE:bin/bas"). 
  19.