Well, it looks like the PageSetup you are calling for does not exist, or the "<default>" isn't working...
To solve, you must save a pagesetup as a specific name in the source file
h:\Scheff\PUBLISH PLOTTERS\page setup dwf writer.dwg
Then specifically call it in the line of your script...
In other words in
h:\Scheff\PUBLISH PLOTTERS\page setup dwf writer.dwg
Create a pagesetup that you like and save it with a name, maybe "Best".
In your script specify the name implicitly.
;-------------
_EXPERT 2
_-PSETUPIN
"h:\Scheff\PUBLISH PLOTTERS\page setup dwf writer.dwg"
Best
_EXPERT 0
;------------
Let me know how it goes!
Regards,
Bill