Your .exe file will go to one of 2 places when you build it: Your debug folder or your release folder depending on how you have elected to build the file.
VBC is just the command line utility that will compile files for you; e.g. you are doing the same thing in Visual Studio when you hit CTRL+SHIFT+B (build)
In so far as your app not running, this has nothing to do with
VB not being installed on the machine; it probably has more to do with the .NET framework not being installed on the other machine *or* you have the incorrect version installed (1.x as opposed to 2.0). Not having the correct version or not having the framework at all will cause your apps to fail.
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========