| /? |
: |
display available options |
| /AH |
: |
Allow Huge (> 64KB) dynamic arrays and fixed-length strings |
| /B |
: |
Black (Monochrome) with color graphics card |
| /C:n |
: |
COM buffer set to n bytes |
| /Ea |
: |
Expanded memory used for arrays |
| /Es |
: |
Expanded memory shared with other programs |
| /E:n,m |
: |
Expanded memory limited to n bytes for code, m bytes for overlays |
| /G |
: |
CGA fast screen update |
| /H |
: |
Highest possible screen resolution |
| /L lib |
: |
a QuickLibrary (.QLB) to load (/L VBDOS) |
| /MBF |
: |
Microsoft Binary Format conversion enabled |
| /NF |
: |
No Forms - saves memory by disabling forms support |
| /NOF |
: |
No Frills - saves memory by disabling Help and Options menus |
| /NOHI |
: |
No High Intensity (some monitors do not support Hi) |
| /RUN |
: |
Run the specified program |
| /S:n |
: |
Size of Programming Environment set to max n bytes |
| /X:n |
: |
Extended memory overlay cache set to max n bytes |