apd
Jungle,
If this is the "RIP fixer/Disk Restore" file you're sending:
/scratch 100 string def
systemdict /filenameforall known
{ (FC/*) {deletefile} scratch filenameforall } if
serverdict begin 0 exitserver
systemdict begin quit
…then the reason everything goes into Never-Never Land immediately after this
file is executed is that the last line resets the RIP. And if the RIP isn't
reset, the next file run gets wierd errors because the font cache files have
been deleted.
^Steve^