The CVPACK Command Line

To run CVPACK, use the following command line:

CVPACK [[option]] exefile

The exefile specifies a single executable file to be packed. You can specify a path with the filename. If you do not specify an extension, CVPACK assumes the default extension .EXE.

CVPACK Options

CVPACK has the following options; the option names are not case sensitive:

/H[[ELP]]

Calls the QuickHelp utility. If CVPACK cannot find the help file or QuickHelp, it displays a brief summary of CVPACK command-line syntax.

/M[[INIMUM]]

Preserves only public symbols and line numbers. All other debugging information is removed from the executable file.

/N[[OLOGO]]

The /NOLOGO option suppresses the copyright message displayed when CVPACK starts.

/?

Displays a brief summary of CVPACK command-line syntax.

Note:

The /P option is not a valid option for the current version of CVPACK. Using this option causes an error.

Example

The following command packs the file PROJECT.EXE, located in the directory \TEST on the current drive:

CVPACK \TEST\PROJECT.EXE