Kdyer-
I am having a few problems with this script.
1) ; -- DO NOT DO ANYTHING
IF $debug_mode = "Yes"
? "FAX or Acrobat"
ENDIF
RETURN

I have set the default to the local printer.
When it reaches Return, here, the script quits.
So I went ahead and ";" it out

Later on, when the script gets to the
Use LPT1: $lpt1 /persistent
The scipt gives me a use error and spits out return.

I guess my problem is that when the default is a local printer, it does not capture the printer.
Any help?