Read and respond to this message at: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725
By: raysatiro

This is not a manifest issue, it is an issue with the function that creates
a random temp file for ed. It appears the function does not check the 
environment
for TEMP/TMP/TMPDIR, instead writing to the root of the working directory. If
you can't run ed as admin a workaround would be to use the subst command to
assign a drive letter to your local temporary directory. You can then switch
to that directory and run ed.

[code]subst x: %LOCALAPPDATA%\Temp
x:
ed[/code]


_____________________________________________________________________________________
You are receiving this email because you elected to monitor this topic or 
entire forum.
To stop monitoring this topic visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725/unmonitor
To stop monitoring this forum visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to