home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / readme.2nd < prev   
Text File  |  1992-09-15  |  5KB  |  137 lines

  1. Welcome to the Walnut Creek CDROM Simtel-20 disc.
  2.  
  3. To use the disc, you have to:
  4.  
  5. 1) Read the index files & select the files you want to examine.
  6. 2) Copy the files to a temporary directory on your hard disk.
  7. 3) Examine the individual program files on your hard disk.
  8.  
  9. -------------------------------------------------------------------- 
  10. 1) Read index file, dir file & select the files you want to examine.
  11. -------------------------------------------------------------------- 
  12.  
  13. Read the index files using LIST.COM to figure out what is interesting.  The
  14. index files are INDEX.TXT and DIRS.TXT.  The INDEX.TXT file has a description
  15. of every file on the disc; the DIRS.TXT has a description of every directory.
  16.  
  17.     E:\LIST E:\INDEX.TXT
  18.  
  19. where E: is the drive letter of your cdrom drive.
  20.  
  21. Jot down the files that interest you (and which directories they are in).
  22.  
  23. -------------------------------------------------------------
  24. 2) Copy the files to a temporary directory on your hard disk.
  25. -------------------------------------------------------------
  26.  
  27. To examine individual packages, you have to copy them to your hard disk.
  28. The individual programs come in an archive format called ZIP or ARC,
  29. depending on the file's extension.  Inside the one zip file are often many
  30. other files, all compressed and packaged together.
  31.  
  32. In order to keep your hard disk from filling up with files, you should
  33. unzip the zip files into a temporary directory on your hard disk.  Type
  34. the commands
  35.  
  36.     MKDIR C:\TMP
  37.  
  38. This will "make directory" a directory on your hard disk called TMP.  Now you
  39. can copy a zip file to that directory, unzip it, examine it, and then delete
  40. the entire contents of the directory without erasing anything else of
  41. importance.
  42.  
  43. To copy a zip file, type something like
  44.  
  45.     COPY E:\GAMES\ADV350.ZIP C:\TMP
  46.  
  47. This will copy the file ADV350.ZIP in the \GAMES directory on the E: drive to
  48. the TMP directory on the C: drive.  Please see a DOS manual for more
  49. information about making directories, changing directorys, the copy command,
  50. the path, etc.
  51.  
  52. To UNARC .ARC files, do the exact same thing with PKUNPAK.EXE.
  53.  
  54. ----------------------------------------------------------
  55. 3) Examine the individual program files on your hard disk.
  56. ----------------------------------------------------------
  57.  
  58. Move into the temporary directory on your hard disk with the following
  59. commands.
  60.  
  61.     C:
  62.     CD \TMP
  63.  
  64. Now you are in the same directory as the file from the cdrom disc that you
  65. copied to your hard disc.  Unpack the zip file with the following command
  66.  
  67.     E:\PKUNZIP ADV350.ZIP
  68.  
  69. This will unzip the file ADV350.ZIP that we copied from the above example.
  70. You'll have to substitute whatever file name you chose to copy for
  71. ADV350.ZIP.
  72.  
  73. Now examine the individual files.  A quick way to read everything is to
  74. type 
  75.  
  76.     E:\LIST *.*
  77.  
  78. which will list all the files.  Most will be binary programs and just display
  79. as random digits, but there will probably be some kind of documentation files
  80. in the package that will explain in detail how the program works.
  81.  
  82. When you are done with that file, before you start again with step 1 and 2,
  83. you will want to either save some of the parts of the program you just copied
  84. to some other directory, or you will want to erase all the files with the
  85. following command
  86.  
  87.     DEL C:\TMP\*.*
  88.  
  89. make Sure you are in the right directory -- this will delete All the files
  90. in the tmp directory.
  91.  
  92. ----------------------------------------------------------------
  93. copy the utility programs to a directory on your path.
  94. ---------------------------------------------------------
  95.  
  96. To use this disc, you need several utility programs included on the disc:
  97. PKUNZIP.EXE and LIST.COM.  To speed access to these programs, you can
  98. install them on your PATH.  Please read a DOS manual for more information
  99. about this.
  100.  
  101. ===================================================================
  102.                 
  103. Other ways of searching the disc.
  104. ---------------------------------
  105.  
  106. You can search the index file quickly if you have an idea what kind of
  107. program you are looking for.  There are several programs on the disc,
  108. including \GREP, and \CDF [Compact Disc Find].  All of these take two
  109. arguments, a string or "regular expression" to search for and a file
  110. name to search in.  For example
  111.  
  112.     GREP foo INDEX.TXT
  113.  
  114. will search the file INDEX.TXT for the string "foo" and print every line
  115. with this string in it.  The string can be part of a word.  You can use
  116. this to search the index file for keywords that might describe a program
  117. you are looking for.  GREP searchs with "regular expressions."  Read the
  118. GREP documentation in the \UTILS directory for more information.
  119.  
  120. The CDF program is a special GREP written for the simtel disc.  It will
  121. display the directory the file is in when it finds a matching string in the
  122. description.
  123.  
  124. You should put the above programs you want to use on your path by copying
  125. them to your hard disk.
  126.  
  127. The BBS subdirectory contains programs and index files for different BBS
  128. software including rbbs, pcboard, the opus family, and spitfire.  People who
  129. are not running a bbs need not concern themselves with this.  The BBS
  130. directory has its own readme.
  131.  
  132. -jack                1 800 786 9907
  133. Walnut Creek CDROM        +1 510 947 5996
  134. 1547 Palos Verdes, Ste 260      +1 510 947 1644 (fax)
  135. Walnut Creek  CA  94596        velte@cdrom.com (internet)
  136.                         72147,3425 (compuserve) 
  137.