home *** CD-ROM | disk | FTP | other *** search
/ PC Today 8 / PCTODAY.SRC < prev   
Encoding:
Text File  |  1991-01-01  |  4.2 KB  |  158 lines

  1. C
  2. M 3
  3. . start
  4. . disp
  5. D \pctoday.scn 0
  6. B 0
  7. S 2
  8. I 1 gws
  9. I 2 gif
  10. ; 67 = 'C'
  11. ; 81 = 'Q'
  12. I 67 Verify
  13. I 81 end
  14. G start
  15. . gws
  16. C
  17. P      GRAPHIC WORKSHOP v4.6: Shareware from Alchemy Mindworks Inc (Canada)
  18. P      ────────────────────────────────────────────────────────────────────
  19. P    Graphic Workshop (GWS) runs on any PC with a graphics display - Hercules,
  20. P    CGA, EGA, VGA and Super VGA. It works with most popular graphic file
  21. P    formats. CGA and Hercules users should use the dither option to convert
  22. P    colour images into something viewable.
  23. P
  24. P    GWS will:
  25. P      Display a picture file on the screen
  26. P      Convert between two file formats, for example GIF into PCX or BMP
  27. P      Print to LaserJet-compatible and PostScript laser printers
  28. P      Convert colours into monochrome dither patterns
  29. P      Reverse black and white images
  30. P      Rotate and flip pictures
  31. P      Scale - make it larger
  32. P ┌───┐
  33. P │Key│
  34. P │ 1 │ Unpack GWS program from drive A to the current directory on drive B
  35. P │ 2 │ Unpack GWS instructions and drivers from A to the current directory on B
  36. P │ 3 │ Unpack GWS program from drive A to the current directory on drive C
  37. P │ 4 │ Unpack GWS instructions and drivers from A to the current directory on C
  38. P │ 5 │ Further information
  39. P │ Q │ QUIT
  40. P └───┘         NOTE: If you only have one drive, choose options 1 and 2
  41. S 5
  42. ;
  43. I 1 gwsexe2b
  44. I 2 gwsdoc2b
  45. I 3 gwsexe2c
  46. I 4 gwsdoc2c
  47. I 5 gwsinf
  48. I 81 start
  49. . gwsexe2b
  50. C
  51. A B:
  52. R a:gws46
  53. A A:
  54. C
  55. G gws
  56. . gwsexe2c
  57. C
  58. A C:
  59. R a:gws46
  60. A A:
  61. C
  62. G gws
  63. . gwsdoc2b
  64. C
  65. A B:
  66. R a:gwsdoc
  67. A A:
  68. C
  69. G gws
  70. . gwsdoc2c
  71. C
  72. A C:
  73. R a:gwsdoc
  74. A A:
  75. C
  76. G gws
  77. . gwsinf
  78. C
  79. T gws.inf
  80. C
  81. G gws
  82. . gif
  83. C
  84. P                      GIF picture files on this disk
  85. P                      ──────────────────────────────
  86. P
  87. P   EARTH    GIF   Satellite picture (16 colours - EGA or better, or
  88. P                    use the dither option)
  89. P   PAGODA   GIF   Stylish pagoda (mono)
  90. P   DUNDEE   GIF   Scanned image of Crocodile Dundee (mono)
  91. P   STRABERY GIF   Fruity pic (16 colours)
  92. P   LIPS     GIF   Pucker up! (16 colours)
  93. P   THOMAS   GIF   The tank engine (16 colours)
  94. P   FROG     GIF   Cute amphibian (256 colours - MCGA/VGA, or use
  95. P                    the dither option)
  96. P   TURNIPS  GIF   Teenage Mutant Hero Turnips! (16 colours)
  97. P
  98. P   These files can be viewed, printed, or converted to other formats etc.
  99. P
  100. P      ┌───┐
  101. P      │Key│
  102. P      │ 1 │ Unpack GIFs from drive A to the current directory on drive B
  103. P      │ 2 │ Unpack GIFs from drive A to the current directory on drive C
  104. P      │ Q │ QUIT
  105. P      └───┘
  106. P            NOTE: If you only have one drive, choose option 1
  107. S 2
  108. I 1 gifs2b
  109. I 2 gifs2c
  110. I 81 start
  111. . gifs2b
  112. C
  113. A B
  114. R A:gifs
  115. A A
  116. C
  117. G gif
  118. . gifs2c
  119. C
  120. A C
  121. R A:gifs
  122. A A
  123. C
  124. G gif
  125. . verify
  126. C
  127. P                     CHECKING THE FILES ON THIS DISK
  128. P                     ───────────────────────────────
  129. P What will now happen is that the boot sector and all the files on this
  130. P disk will be verified using a CRC (Cyclic Redundancy Check) to make
  131. P sure that they are as they left us and haven't been corrupted in any way.
  132. P This check will take a short while, depending on the speed of your PC.
  133. P
  134. P Each file will be listed and the comment "passed" added if everything is
  135. P correct. If a file has been altered in ANY way the comment "failed" will be
  136. P added. If any extra files have been added to the disk then the file will be
  137. P listed with a "not expected" comment. If any errors are detected they will
  138. P be reported again with an "Error(s) detected - continue (Y/N) ?" message.
  139. P If this happens you would normally key N.
  140. P
  141. P The first time you run this disk, after adding a write protect tab, use
  142. P this CRC check to ensure the disk is perfect. If you get a CRC failure as
  143. P detailed above, please return the disk to the duplicators. Their address
  144. P is shown on the back of disk page in PC Today.
  145. P
  146. P Remember that on subsequent checks you will get CRC failures if you alter
  147. P the disk in any way. Keeping a write protect tab on the disk at all times
  148. P is the best way to ensure you don't alter it.
  149. P
  150. P               ─── Press Q to quit / C to check CRCs ───
  151. S 0
  152. I 81 start
  153. V
  154. G disp
  155. . end
  156. C
  157. X
  158.