CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: EXE File

  1. #1
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    EXE File

    Hello gurus,

    Is it possible to create EXE file through DOS prompt?

    Regards,
    ShivaKumar G.M.


  2. #2
    Join Date
    Oct 2001
    Posts
    15

    Re: EXE File

    did you mean compiling vb in dos prompt??? of course you can. type vb6 /? in the dos prompt and you'll see a bunch of other parameters. in compiling vb project to exe, just use the /make switch.


  3. #3
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Re: EXE File

    Hello,
    I want to Create a EXE file from the DOS prompt.

    Regards,
    Shivakumar G.M.


  4. #4
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Re: EXE File

    Hello gurus,
    I found the answer. That is
    vb6/make path\ProjectName

    or you can type vb6/? and get the help

    Regards,
    ShivKumar G.M.


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