[comp.sys.apple] EXEcutioner and file type

delaney@wnre.aecl.CDN (Grant Delaney) (11/21/87)

  I did a little experimenting and discovered that EXECUTIONER is not saving
some file types (notably PRODos16 $B3 and $B8) as the proper file type.  This
can be over come by editing the executioner file to add the line
CREATE filename,T$B3 for example
and adding a type to the save command for example 
BSAVE filename,A$2000,L$3546,T$B3

  You can get the file type from the original program it does not have to be a
HEX number certain other types such as TSYS are also valid.  

Grant