Installation ------------ Starting with the supplied archive, you just need to "unarc" it thus: lha -a x ace after cd'ing to a blank ACE disk or hard disk directory you've created. The appropriate directories (bin,lib,include,docs,prgs,run,icons) and files will be created from the archive. Then add the following lines to your user-startup or startup-sequence script: assign ACE: path ACE:bin add where is the name of the disk or directory where the ACE files now reside. In addition, you need to add three more statements to your startup-sequence or user-startup script: assign ACElib: - bas uses this for linked libraries. assign ACEbmaps: - ace uses this for .bmap files. assign ACEinclude: - app uses this for include files. Typically, they will be something like this: assign ACElib: ACE:lib assign ACEbmaps: ACE:bmaps assign ACEinclude: ACE:include That's it! Now reboot your Amiga and you're away.