Post-build events with VS.NET troubles
Hmm. It would seem that Visual Studio .NET 2003 doesn't like running post-build events for projects loaded from a UNC path. How terribly unfortunate. The error it gives is:
Performing Post-Build Event...'\\unc\path\here'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
'PostBuildEvent.bat' is not recognized as an internal or external command,
operable program or batch file.