John W. Smay wrote:
Your reply looked like just the ticket, so logical ....... but
after defining GROFF_TMPDIR and noting that the others you
mentioned in the docs were already defined in places I have no
trouble writing, still no go !!
smay7% pwd
C:/Users/jws/jws.t
smay7% echo $HOME
C:/Users/jws/jws.t
smay7% echo $TMP
C:\Users\jws\AppData\Local\Temp
smay7% echo $TEMP
C:\Users\jws\AppData\Local\Temp
smay7% echo $TMPDIR
C:/Users/jws/AppData/Local/Temp
smay7% echo $GROFF_TMPDIR
C:/Users/jws/AppData/Local/Temp
smay7% fp -s grofftest
C:/Applications/groff/bin/groff: cannot execute: The requested
operation requires elevation.
C:\Applications\groff\bin\eqn:fatal error: output error
Saved grofftest in grofftest.ps
I'm not sure what's happening there. Is "fp" a script you use to
start groff? Also note what Keith said about "TMP, TEMP and TMPDIR
were not all appropriately defined, (and exported, if using a Unixy
shell)" The prompt suggests you might be using "a Unixy shell," so
make sure the values are exported as well as defined.
-- Larry