mklink behaves very strangely on the following accounts:
it requires command.exe run as Administrator (what for?), although I am admin user already
if I have a symlink app.exe -> app.20.21.exe then Visual Srudio 2010 refuses first to compile to app.20.21.exe (Unable to copy file "obj\x86\Debug\zTest2.exe" to "..............\fl\bin\app.20.21.exe". Access to the path '..............\fl\bin\app.20.21.exe' is denied)
HOWEVER, if you wait for a few minutes (doing nothing), then by magic VS compiles the same file to the previously denied target OK!
Any remedies for that? (besides running everything as Administrator) Any decent documentation on mklink?