View Single Post
  #1  
Old 01-05-2006, 07:29 AM
IVPCB
 
Posts: n/a
Default TEMP & TMP Translastion

When we open a command promt and type "SET" we see this:

TEMP=C:\DOCUME~1\user\Local Settings\Temp
TMP=C:\DOCUME~1\user\Local Settings\Temp

This should be :

TEMP=C:\DOCUME~1\user\LOCALS~1\Temp
TMP=C:\DOCUME~1\user\LOCALS~1\Temp

So not the whole path is translated to 8.3 notation only the first part.
We have ben unable to find a way how to control this function.

Can anyone help.
Reply With Quote