home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / lgraph.zip / LG_NOTES.BAT < prev    next >
DOS Batch File  |  1990-09-30  |  2KB  |  29 lines

  1. ECHO OFF
  2. CLS
  3. echo ╔══════════════════════════════════════════════════════════════════════╗
  4. ECHO ║ WARNING! DO NOT USE THIS PROGRAM UNTIL YOU HAVE MADE A BACKUP COPY.  ║
  5. echo ╚══════════════════════════════════════════════════════════════════════╝
  6. PAUSE
  7. CLS
  8. echo ╔══════════════════════════════════════════════════════════════════════╗
  9. echo ║                          NOTES ON LaserGraf                          ║
  10. echo ╟──────────────────────────────────────────────────────────────────────╢
  11. echo ║ ...The entire program is in text mode but some displays, e.g., VGA   ║
  12. echo ║    mono, may need to have the display mode changed to MODE CO80 for  ║
  13. echo ║    proper visibility of characters.                                  ║
  14. echo ║ ...".GRF" files may be printed using "COPY <file> LPT1" or           ║
  15. echo ║    "PRINT <file>". ".LGF" files are only for LaserGraf itself.       ║
  16. echo ║ ...Object files are coded {xxxyyyzo.GRF}  where xxx = x-rule type,   ║
  17. echo ║    yyy = y-rule type, z = paper size, o = orientation.  For xxx or   ║
  18. echo ║    yyy: LG = log rules; F = linear, fixed; U = linear, uniform (e.g.,║
  19. echo ║    LG3 = 3 log cycles, UCM = uniform in centimeters, F40 = 40 fixed  ║
  20. echo ║    divisions, Q = quarto(letter-size) paper, S = short (portrait).)  ║
  21. echo ║    Thus a file named "F10LG4QL.GRF" writes a grid with 10 x-axis     ║
  22. echo ║    divisions, 4 log cycles on the y axis, quarto (8.5x11" paper),    ║
  23. echo ║    and longitudinal (landscape) orientation.                         ║
  24. echo ║ ...Several sample (pre-defined) grids accompany the evaluation pro-  ║
  25. echo ║    gram.  To print the group, enter "COPY ??????Q?.GRF LPT1".        ║
  26. echo ║    (If A4 paper is used substitute an "A" for the "Q".)              ║
  27. echo ╚══════════════════════════════════════════════════════════════════════╝
  28. echo Press [Print Screen] to save a copy of these notes.
  29.