Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dos based Vb program

Status
Not open for further replies.

rajvelu

Computer
Joined
Jun 12, 2002
Messages
2
Location
US
I need to write a dos based vb program. i cannot find any option which can run a vb program in dos mode.
could anybody help me.
i need this to write a plugin for a software which requires the program to work in dos mode.

 
i am sorry this is what i need "32 bit console-based command line executable for windows"
 
Perhaps you can describe exactly what it is you want to write. People may have some good suggestions for you. Lots of languages which work under MS Windows can run in a DOS box. How complicated of an application do you need?

Dan :-)
 

Hi

Remove all windows (forms) from the project. Insert a module. Put Sub Main() in the module. The program start with the main method. Use the "Command"-command to retrieve the parameters.

Kim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top