Set GhostScript$Dir <Obey$Dir>

WimpSlot -min 2400K
| This will do for now ...... probably could be done more neatly!
If "%0" <> "" then set Got$Arg 1
If "<Got$Arg>" = "1" then Run <GhostScript$Dir>.gs -q -dBATCH -dNOPAUSE -sDEVICE=ppmraw -sOutputFile=<GhostScript$Dir>.^.PrintOut -r100 %0
If "<Got$Arg>" = "1" then SetType <GhostScript$Dir>.^.PrintOut PBMplus
If "<Got$Arg>" = "1" then echo "%0 converted to <GhostScript$Dir>.^.PrintOut"
If "<Got$Arg>" = "1" then unset Got$Arg
