home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 286_02 / test.doc < prev    next >
Text File  |  1989-05-25  |  1KB  |  34 lines

  1.      There are several example files for use with the sample programs. Try all 
  2. of them to ensure the installation is completed. <cr> means the return key. 
  3. All text within /* .. */ are comments and do not include them in your typing.
  4. If you are using HGA half mode or CGA and you do not want to see error 
  5. messages if any on the screen while in graphics mode, you may redirect the 
  6. error messages to a file.
  7.  
  8. (1) /* for both CGA and HGA */
  9.     interp gradegs.gcm<cr>
  10.     <cr>        /* for next page */
  11.     <cr><cr>    /* end of test 1 */
  12.  
  13. (2a) /* for FX-80 */
  14.      mprint /H396 gradegs.gcm<cr>
  15.  
  16. (2b) /* for ML192 */
  17.      mprint /d3 /H396 gradegs.gcm<cr>
  18.  
  19. (3a) /* for FX-80 */
  20.      mprint mprt.gcm mprt.txt<cr>
  21.  
  22. (3b) /* for ML192 */
  23.      mprint /d3 mprt.gcm mprt.txt
  24.  
  25. (4a) /* for FX-80 */
  26.      swprt readme.doc
  27.  
  28. (4b) /* for ML192 */
  29.      swprt /d3 readme.doc
  30.  
  31. (5)  /* for FX-80 only (TRY THIS!) */
  32.      swprt /d5 /H1920 /v1 /L3 /famr7d.fon /s35 readme.doc
  33.  
  34.