home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / cvtutor.zip / S12.@@@ < prev    next >
Text File  |  1987-08-13  |  950b  |  24 lines

  1. The debugger will be started with the following command line:
  2.  
  3.     CVR /W /S /M "/C<M_AUTO.CV" STATS IN.DAT
  4.  
  5. The elements of the command line are explained below:
  6.  
  7.   - CVR is the program name of the restricted debugger.
  8.   - /W is an option that specifies window mode.
  9.   - /S is an option that specifies screen swapping as the
  10.     screen-exchange mode.
  11.   - /M is an option that turns off the mouse if you have one.
  12.   - "/C<M_AUTO.CV" is an option that specifies that, on start-up,
  13.     commands will be redirected from M_AUTO.CV to the debugger.
  14.   - STATS is the executable file (the .EXE extension is assumed).
  15.   - IN.DAT is the file to be processed by STATS.EXE.
  16.  
  17. Your command line may also include the /B, /I, or /D options,
  18. depending on selections made at previous menus. See the
  19. CODEVIEW.DOC file for more information on command lines.
  20.  
  21. The debugger will now be started. Loading and initial processing
  22. may take a moment . . .
  23.  
  24.