dos_compilers/Microsoft C v5/SRC/SAMPLE/S12.@@@

24 lines
926 B
Plaintext
Raw Normal View History

2024-07-02 15:09:28 +02:00
The debugger will be started with the following command line:
CVR /W /S /M "/C<M_AUTO.CV" LIFE 10
The elements of the command line are explained below:
- CVR is the program name of the restricted debugger.
- /W is an option that specifies window mode.
- /S is an option that specifies screen swapping as the
screen-exchange mode.
- /M is an option that turns off the mouse if you have one.
- "/C<M_AUTO.CV" is an option that specifies that, on start-up,
commands will be redirected from M_AUTO.CV to the debugger.
- LIFE is the executable file (the .EXE extension is assumed).
- 10 is a command-line argument.
Your command line may also include the /B, /I, or /D options,
depending on selections made at previous menus. See the
CODEVIEW.DOC file for more information on command lines.
The debugger will now be started. Loading and initial processing
may take a moment . . .