VB and VBA Users Source Code: Visual Basic 6 Command Line Switches
[
Home
|
Contents
|
Search
|
Reply
| Previous | Next ]
VB/VBA Source Code
Visual Basic 6 Command Line Switches
By:
Andrew Baker
Email (spam proof):
Email the originator of this post
Date:
Thursday, November 14, 2002
Hits:
1826
Category:
Visual Basic General
Article:
The following table summarizes the Visual Basic command line switches. Switch Description /cmd cmdstring Specifies a command string to be passed to the Command$ function. When used, it must be the last switch on the command line. /d compileconst Specifies one or more conditional compilation constants to use with the /make or /makedll switch. /make projectname Makes the specified project into an executable file. /makedll projectname Makes the specified project into a dynamic-link library. /mdi Starts Visual Basic using the multiple document interface (MDI) programming environment. /out filename Outputs errors to a file when used with the /make or /makedll switch. /run projectname Runs the specified project. /runexit projectname Runs the specified project and then automatically exits. /sdi Starts Visual Basic using the single document interface (SDI) programming environment. /? Displays a list of valid command line switches. Note, the VB6 exe is normally found here: "C:\Program Files\Microsoft Visual Studio\VB98\vb6.exe"
Terms and Conditions
Support this site
Download a trial version of the Excel Workbook Rebuilder