how can I create .exe file in VBS 2005 EE?

Can some1 plz help me with this noobish question

I can't make an executable file from my project,I can only save project as .vb ,text or any file(but if I type .exe as an extension it just doesn't work)

I don't have option to make it an .exe file,so what's the way to compile it as an executable

I'm using Visual Basic Studio 2005 Express Edition.

Thx in advance for any help.



Answer this question

how can I create .exe file in VBS 2005 EE?

  • Joe I

     

    Your project has a directory structure beneath it. Executables will be in the BIN directory in one of two subdirectories. (Release and Debug)

    WHen your project is all finished, Build | Configuration Manager  Menu options will allow you to select Release Mode. Build the project and the final version will be in

    Project/Project/Bin/Release

     

     



  • Jonathan Russ

    hi,

    you can go to this link and watch the last vedio number 16 it talk about deploying your project and the ways to do that in vb express edition

    http://msdn.microsoft.com/vstudio/express/vb/learning/

    best regards



  • *Lysander*

    Usually:

    C:\Documents and Settings\<Username>\My Documents\Visual Studio 2005\Projects\<ProjectName>\<Project Name>\Bin


    Lydon Bergin

  • Jeffrey Peterson from API

     

    What Lydon said is true... but I don't use any of those directories so I am glad he said

    "Usually" :)



  • how can I create .exe file in VBS 2005 EE?