home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
useful
/
dist
/
dev
/
lang
/
ace
/
acesetup
next >
Wrap
Text File
|
1994-01-10
|
560b
|
19 lines
;
; Run this shell script to set up ACE's environment, or put these
; commands into your user-startup sequence. Alternatively, you can
; simply execute this script from the user-startup sequence.
;
assign ACE: sys:ACE ; substitute "sys:ACE" with your ACE directory/volume
assign ACElib: ACE:lib
assign ACEbmaps: ACE:bmaps
assign ACEinclude: ACE:include
path ACE:bin add
protect ACE:bin/bas +s add ; only need to do this once just in case
; the "s" bit is not set after you've
; unpacked the archive (check this with
; "list ACE:bin/bas").