If "<GhostScript$Dir>" = "" then Set GhostScript$Dir <Obey$Dir>

If "<Alias$@RunType_FF5>" = "" then Set Alias$@RunType_FF5 Run <GhostScript$Dir>.!Run %%*0
|The first few convert ps to something useful, args are
| ps2thingy inputfile.ps outputfile.ps any other gs command line args
set alias$gs <GhostScript$Dir>.gs %%*0
set alias$ps2ps <GhostScript$Dir>.gs -q -dBATCH -dNOPAUSE -sDEVICE=pswrite -sOutputFile=%%1 %%0 %%*2
set alias$ps2jpeg <GhostScript$Dir>.gs -q -dBATCH -dNOPAUSE -sDEVICE=jpeg -sOutputFile=%%1 %%0 %%*2
set alias$ps2png <GhostScript$Dir>.gs -q -dBATCH -dNOPAUSE -sDEVICE=png16m -sOutputFile=%%1 %%0 %%*2
set alias$ps2pcx <GhostScript$Dir>.gs -q -dBATCH -dNOPAUSE -sDEVICE=pcx24b -sOutputFile=%%1 %%0 %%*2
set alias$ps2tiff <GhostScript$Dir>.gs -q -dBATCH -dNOPAUSE -sDEVICE=tiff24nc -sOutputFile=%%1 %%0 %%*2
set alias$ps2pdf <GhostScript$Dir>.gs -q -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=%%1 -c save pop -f %%0 %%*2
set alias$pdf2ps <GhostScript$Dir>.gs -q -dNODISPLAY -sPSFile=%%1 -dNOPAUSE %%*2 %%0 -c quit
set alias$pdf2dsc <GhostScript$Dir>.gs -q -dNODISPLAY -sPDFname=%%0 -sDSCname=%%1 pdf2dsc.ps -c quit %%*2
set alias$bdf2ps <GhostScript$Dir>.gs -q -dNODISPLAY -- bdftops.ps %%*0
set alias$font2c <GhostScript$Dir>.gs -q -dNODISPLAY -dWRITESYSTEMDICT -- font2c.ps %%*0
set alias$gsbj <GhostScript$Dir>.gs -q -sDEVICE=bj10e -r180 -dNOPAUSE -- gslp.ps --heading-center "`date`" %%*0
set alias$gsdj <GhostScript$Dir>.gs -q -sDEVICE=deskjet -r300 -dNOPAUSE -- gslp.ps --heading-center "`date`" %%*0

Iconsprites <GhostScript$Dir>.!Sprites
If "<File$Type_FF5>" = "" then Set File$Type_FF5 PoScript
