[comp.binaries.ibm.pc.d] Need help with elvis please

dtb@adpplz.UUCP (Tom Beach) (05/04/91)

In article <9879@plains.NoDak.edu>, grisanti@plains.NoDak.edu (Ames Grisanti) writes:
> 
> Howdy,
stuff deleted 
> Can't create temp file errno=2
> 
This means that it doesn't have a pointer to a temp directory.

I don't know if it wants TMP or TEMP but try doing a

set TMP=C:\TMP

If that doesn't work try

set TEMP=C:\TMP

Make sure that C:\TMP exists on your system.

The message should go away.

Tom