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.
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?
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.