Compile cmd/bat file to Visual BASIC

DOSCommand

New Member
I recently got Visual BASIC and i need to compile some cmd/bat files. If someone can explain how to make one (or if you have the time make one), it would be appreciated

Thank you for your time.
 
You can't compile .cmd or .bat files. They are interpreted by the shell (DOS).

If what you want to do is create a program in Visual Basic that does the same thing as your .cmd and .bat files, you will need to look at tutorials and documentation for Visual Basic and find out how to perform those same functions.

Here are a few places to get you started:

Planet Source Code
Free VB Code
The Scarms
 
Back
Top