Are you aware of Visual Studio Command Prompt found in
Start->Programs->Microsoft Visual Studio .NET 2003->Visual Studio .NET Tools
?
Alternatively you can run batch file
"C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Tools\vsvars32.bat"
It sets up environment variables for visual studio. After this you can
compile in your work directory.
Eliyahu
[quoted text, click to view] "Chris" <Chris@discussions.microsoft.com> wrote in message
news:2295EA45-EBD4-400D-A731-9EF01343A4FF@microsoft.com...
> I'm manually compiling some .vb files and I am moving them to the
> Microsoft.Net>Framework>v1.1.4322 directory so that when I run vbc.exe to
> compile all the files I need they are in that directory (i.e. system.dll,
> etc.).
> I used to be able to, years ago, in DOS "PATH" to a directory so that it's
> contents would be available no matter what directory you were in.
> Can we still do this? This would be nice to avoid moving the .vb files.
> thanx.