Make_IconXX How about a version of IconX, that does not only execute scriptfiles, but also executables? Sorry for not including the Ready file, but IconX is CBM copyright, and this is only a patch... U need at least one of SED, REPLACE _or_ SPLAT for the patch (c:Edit can not handle binary files), then call the right one of the following lines: > sed -e "s/Execute/ /g" < c:IconX > IconXX or > copy c:IconX IconXX > splat -o Execute " " IconXX or > Replace Execute c:IconX TO IconXX SPLAT is part of SAS/C. SED is found on AmiNET, Fish or part of GNU/C. REPLACE is one of my filters (might found together w/ that archive). The resulting binary executable may grow one byte if usig SED, but that does not matter. It's due to the fact SED appends one newline to the executable. Alternatively U may erase the string "Execute" manually in a copy of c:IconX manually with a binary editor. Calling the script 'Make_IconXX' does the action 4 U