failat 21 echo "Sticks Install program for Kickstart1.3" echo "" C:requestfile >ENV:Drawer DRAWERSONLY "TITLE=Locate AMOS_System" POSITIVE="_Located" if $Drawer EQ "" echo "No Directory selected Installation aborted" else if EXISTS $Drawer/RAMOS1_3.ENV echo "Reading & Patching $Drawer/RAMOS1_3.ENV" C:configpatch $Drawer 17 Sticks.lib RAMOS1_3.ENV else echo "Could not find $Drawer/RAMOS1_3.ENV" quit endif if EXISTS $Drawer/AMOS1_3_PAL.ENV echo "Reading & Patching $Drawer/AMOS1_3_PAL.ENV" C:configpatch $Drawer 17 Sticks.lib AMOS1_3_PAL.ENV else echo "Could not find $Drawer/AMOS1_3_PAL.ENV" quit endif if EXISTS $Drawer/AMOS1_3_NTSC.ENV echo "Reading & Patching $Drawer/AMOS1_3_NTSC.ENV" C:configpatch $Drawer 17 Sticks.lib AMOS1_3_NTSC.ENV else echo "Could not find $Drawer/AMOS1_3_PAL.ENV" quit endif if EXISTS sticks:library/sticks.lib copy sticks:library/Sticks.lib $Drawer/ echo "" else echo "Could not Copy Sticks.lib" quit endif ppshow Warning.ilbm echo "Installation Complete now reboot with your AMOS Disk" endif