run >nil: c:titleshadow SP=21 VP
run >NIL: c:visualprefs
run >nil: c:magicmenu
run >NIL: c:patchasl >NIL:
run >nil: sys:system/rexxmast >nil:

wait 1 >nil:    ;Attempt to prevent Arexx crashing on Startup

;Nifty ExecuteAll script - thanks Cloanto!
If EXISTS S:ExecuteAll
  Echo >T:ExecuteAll.bat "Failat 21"
  List >> T:ExecuteAll.bat S:ExecuteAll PAT=~(#?.info) LFORMAT="Execute *"%p%n*"" ALL FILES
  Execute T:ExecuteAll.bat
  Delete >NIL: T:ExecuteAll.bat
EndIf
