home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 13 / CD_ASCQ_13_0494.iso / reclame / 10003 / readme.txt < prev    next >
Text File  |  1994-03-02  |  10KB  |  198 lines

  1. ============================= README.TXT ==================================
  2.  
  3. Welcome to the Walnut Creek Source Code CDROM, March 1994 edition!
  4.  
  5. This CDROM contains several source code archives, including the
  6. Simtel20 Unix-C archive, the latest Usenet source archives, the most
  7. up-to-date GNU source code, and a large collection of MS-DOS and
  8. Windows source code.
  9.  
  10. Please check individual files for copyrights and distribution restrictions.
  11.  
  12. Here is a list of important files and directories
  13.  
  14. index.txt                    Description of each file
  15. index.gz                     GZipped copy of index.txt
  16. index.zip                    Zipped copy of index.txt
  17. unix_c/                      Simtel20 Unix-C Archive
  18. compsrcs/3b1/                Usenet comp.sources.3b1 archive
  19. compsrcs/games/              Usenet comp.sources.games archive
  20. compsrcs/misc/               Usenet comp.sources.misc archive
  21. compsrcs/reviewed/           Usenet comp.sources.reviewed archive
  22. compsrcs/unix/               Usenet comp.sources.unix archive
  23. compsrcs/x/                  Usenet comp.sources.x archive
  24. netsrcs/                     Usenet net.sources archive
  25. gnu/                         GNU Source code archive
  26. gnu/gnuinfo/                 Information files on the GNU archive
  27. gnu/mcrsprts/                Ports of GNU software to non-Unix platforms
  28. msdos/                       Collection of MSDOS source code
  29. win3/                        Collection of MS-Windows source code
  30. utils/msdos/                 MSDOS utilities for untar/unshar/unzipping
  31. utils/unix/                  UNIX utilities for untar/unzipping
  32.  
  33. ===========================================================================
  34.  
  35. This disk conforms to the level 1, ISO-9660 format.  All the filenames
  36. are limited to eight single-case characters, with an extension of up
  37. to three characters.  We have included two files (gnu/00_files.txt,
  38. unix_c/00_files.txt) to help you to restore the original filenames
  39. from the filenames on this disc.  Most directories have an index file
  40. named 00_index.txt that contains a description of each file in the
  41. directory.
  42.  
  43. ===========================================================================
  44.             USING THE VIEW PROGRAM
  45.  
  46. To use this disc, merely change drives to your CD-ROM drive, then
  47. type "VIEW" in the root directory of the CD-ROM drive, then press
  48. enter.  The VIEW program will then display a listing of the
  49. subdirectories and their description on the disc.  Use the cursor
  50. keys to move the highlight bar up and down the screen, then press
  51. ENTER to change into any of the subdirectories.  The VIEW program
  52. will then display a list of files within that particular
  53. subdirectory.  (To return back to the subdirectory listing, press the
  54. ESCAPE key.)
  55.  
  56. While in the list of files, the VIEW program can let you read a text
  57. file, uncompress a zipped file, or copy a file onto another drive.  
  58.  
  59. To read a text file, merely position the highlight bar onto the line
  60. with the filename you wish to read, then press ENTER.  While reading
  61. the document, if you wish to search for a string, press either the
  62. "S" key, CONTROL-S (type "S" while holding down the Control key), or
  63. F9 then enter the string for which you wish to search.  For further
  64. occurrences of the string, merely press the S key, CONTROL-S, or F9
  65. key.  You may do reverse searches by pressing R, CONTROL-R, or F10 in
  66. the same manner.  
  67.  
  68. To uncompress a file, position the highlight bar onto the line with
  69. the filename you wish to uncompress, then press ENTER.  The screen
  70. will change to ask you to where you wish to uncompress the file, the
  71. default being a directory on your C: drive.  If you wish, you may
  72. edit this destination box.  Press ENTER to begin uncompressing the
  73. file, or press ESCAPE to abort.  After uncompressing, you will have
  74. the option to either exit out to the directory to which the VIEW
  75. program uncompressed the file, or to return to the menu; if you
  76. decide to return the menu, be sure to remember to where the file was
  77. uncompressed!
  78.  
  79. To copy a file, position the highlight bar onto the line with the
  80. wish to copy, then press ENTER.  The screen will change to ask you to
  81. where you wish to copy the file, the default being a directory on
  82. your C: drive.  If you wish, you may edit this destination box.
  83. Press ENTER to copy the file, or press ESCAPE to abort.  After
  84. copying, you will have the option to either exit out to the directory
  85. to which the VIEW program copied the file, or to return to the menu;
  86. if you decide to return the menu, be sure to remember to where the
  87. file was copied!
  88.  
  89. ===========================================================================
  90.  
  91. Most of the files in the msdos/ and win3/ directories are compressed
  92. using the ZIP format.  To unzip these files ending in ".zip", we have
  93. included the following unzip utilities:
  94.  
  95. utils/msdos/unz50p1.exe      Info-ZIP's free portable UNZIPv5.0p1, EXE/docs
  96. utils/unix/unz50p1           Info-ZIP's free portable UNZIPv5.0p1, SRC
  97.  
  98. Most of the files in the unix_c/ directory end in ".tgz", specifying
  99. that these files are in tar (tape archive) format as well as
  100. compressed using the GNU GZIP program.  
  101.  
  102. Most Unix systems already have a tar program.  There are a few tar
  103. programs located on this cdrom to untar these files ending in ".tar":
  104.  
  105. utils/msdos/detar11.zip      Process a TAR file on PC
  106. utils/msdos/tar.zip          Unix-compatible TAR archive maker/extractor
  107. utils/msdos/tar4dos.zip      Unix-compatible TAR archive create/extract
  108. utils/unix/pdtar             Public domain tar extractor
  109.  
  110. Most Unix systems already have the GNU GZIP program which can
  111. compress and uncompress files ending in .z/.Z/.gz.  We have included
  112. it on the disc for your convenience, should your system not have it
  113. as:
  114.  
  115. utils/unix/gzip_124.tar
  116.  
  117. Most of the files in the usenet/ directory are in shar (shell archive) format.
  118. There are a couple of unshar programs on this cdrom:
  119.  
  120. utils/msdos/toadshr1.arc     DOS Unix-compatible shar/unshar, w/TP 5.0 src
  121. utils/msdos/unshar.zip       Program to Decode Files Created by UNIX Shar Prg
  122.  
  123. ===========================================================================
  124.  
  125. The MSDOS source code in the msdos/ directory was compiled from the
  126. Simtel20 MSDOS archive.  The Simtel20 archives can be accessed at our
  127. Internet site ftp.cdrom.com (192.153.46.2).
  128.  
  129. The MS-Windows source code in the win3/ directory was compiled from
  130. the CICA (Center for Innovative Computing Applications) archive.  The
  131. CICA site can be accessed via Internet at ftp.cica.indiana.edu
  132. (129.79.20.27).
  133.  
  134. The Unix-C source code in the unix_c/ directory was compiled from the
  135. Simtel20 Unix-C archive, also accessible at ftp.cdrom.com
  136. (192.153.46.2)
  137.  
  138. The Usenet source code in the usenet/ directory was compiled from the
  139. internet site ftp.uu.net (192.48.96.9).
  140.  
  141. The GNU source code in the gnu/ directory was compiled from the
  142. Internet site prep.ai.mit.edu (18.71.0.38).
  143.  
  144. ===========================================================================
  145.  
  146. Although you may own this disc, you do not own the programs recorded
  147. on it.  Many of the programs on this disc are shareware.  You are
  148. free to try each program for a limited amount of time.  If you are
  149. satisfied, and want to continue to use the program, you are required
  150. to register the program by sending a specified amount of money
  151. directly to the author of the program.  In many cases the author will
  152. send you the most up to date version of the program and a printed
  153. manual.  Please check the individual files for specific information.
  154. Please help support shareware by contributing to these authors.  They
  155. make discs like this possible.
  156.  
  157. ===========================================================================
  158.  
  159. Walnut Creek CDROM is an approved vendor and associate member of the
  160. Association of Shareware Professionals (ASP).  ASP wants to make sure
  161. that the shareware principle works for you.  If you are unable to
  162. resolve a shareware-related problem with an ASP member by contacting
  163. the member directly, ASP may be able to help.  The ASP Ombudsman can
  164. help you resolve a dispute or problem with an ASP member, but does
  165. not provide technical support for members' products.  Please write to
  166. the ASP Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a
  167. CompuServe message via CompuServe Mail to ASP Ombudsman 70007,3536.
  168.  
  169. ===========================================================================
  170.  
  171. This CDROM comes with a full money back guarantee.  If you are
  172. dissatisfied for any reason, you can return it for a full refund.
  173. Walnut Creek CDROM makes no warranty about any file on this CDROM,
  174. including any written by Walnut Creek.  You, not Walnut Creek CDROM,
  175. assume all risk of using any of the files on this CDROM.  We reserve
  176. the right to limit any effort on our part to rectify problems with any
  177. file on this CDROM.
  178.  
  179. ===========================================================================
  180.  
  181.         Walnut Creek CDROM
  182.         Suite 260
  183.         1547 Palos Verdes Mall
  184.         Walnut Creek, CA  94596
  185.         USA
  186.  
  187.         +1 800 786-9907
  188.         +1 510 674-0783
  189.         +1 510 674-0821 FAX
  190.         info@cdrom.com
  191.  
  192. ===========================================================================
  193.  
  194. All trademarks belong to their respective owners and do not imply
  195. endorsement.
  196.  
  197. ============================= README.TXT ==================================
  198.