/*
** Live.rexx
**
** $VER: Live.rexx 2.0.0 (25.01.78)
**
** ARexx script generated by T-Rexx Professional 2.0.1
*/



Switcher = 'ToasterARexx.port'  /* address Switcher's ARexx port */

if ~show('L','rexxsupport.library') then
    call addlib('rexxsupport.library',0,-30)
if ~show('L',Switcher) then
    call addlib(Switcher,-1)


Begin:

Trap = Switcher(TOSW)
Trap = Switcher(FREZ)
Trap = Switcher(PDV1)
Trap = Switcher(FREZ)
Trap = Switcher(SRGB, "RAM:SMtempfile", 2, 0)
Trap = Switcher(TOWB)
address Helm.1 screentofront
Address 'ADPro'
address 'ADPro' ADPRO_TO_FRONT
LFORMAT "UNIVERSAL"
LOAD "RAM:SMtempfile"
address 'ADPro' OPERATOR COLOR_TO_GRAY
address 'ADPro' ABS_SCALE 263 168
address 'ADPro' SCREEN_TYPE 3
address 'ADPro' RENDER_TYPE '16'
address 'ADPro' PSTATUS LOCKED
address 'ADPro' PLOAD "S:CroutonTools_Rexx/logcolors"
address 'ADPro' EXECUTE
SFORMAT "IFF" 
SAVE "RAM:SMLOG" IMAGE
address Helm.1 "screentofront"
/*  End of the command list  */

