CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Location
    India
    Posts
    4

    Command line Utility to compile and link a Visual Basic project

    I want to know that is there any command line utility available which allows the user to compile and link a VB project into executable, like we have nmake in VC++. If not what is the other way of compiling the VB project through command line


  2. #2
    Join Date
    Oct 2000
    Posts
    3

    Re: Command line Utility to compile and link a Visual Basic project

    Try this on a command line:
    vb6 /?

    and it shows you what your options are!



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured