Posts: 2833 from 2003/2/7            
            
                From: USA            
    
            
                            
                
			
				I use UADE from MorphOS-News's file area.  However, to make it usable, I wrote a little shell script, and gave it an icon with the default tool of IconX:
;---------------------------------------------
;$VER UADELoad 1.0
;Written By Dave Crawford
;------------------------Psuedo GPL.
;------------------------If you change it, put your name on it!
requestfile INITIALVOLUMES Title="UADE Loader" >ENV:uadefile
IF $uadefile eq ""
   requestchoice "UADE Loader" "No File Selected, exiting!" "OK" >NIL:
ELSE
   run >NIL: uade $UADEFILE
ENDIF
endcli >NIL: 
;----------------------------------------------
I wonder if the original author would include the script for UADE loader?