home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / cpmug / directry / 00howto.use < prev    next >
Encoding:
Text File  |  1990-11-07  |  3.0 KB  |  75 lines

  1.  
  2.  
  3.                PUBLIC DOMAIN SOFTWARE DIRECTORY DISKETTE 
  4.  
  5. The  information  on  this diskette is taken from  public  domain 
  6. software volumes collected and released by the CP/MUG and PICONET 
  7. Users Groups.  A companion diskette, contains listings of the 
  8. SIG/M User Group.  
  9.  
  10. DIRECTORY FILE FORMAT:
  11.  
  12.      The  content  and format of the directories as  released  by 
  13. CPMUG,   SIG/M,   PASCALZ  and  PICONET  vary  considerably.   To 
  14. standardize  the  listing on  the  directory  (.DIR)  files,  the 
  15. original  directory formats have been modified to  the  following 
  16. four fields:
  17.  
  18.      FILE#     FILENAME    SIZE  CRC     DISCRIPTION
  19.  
  20.      The   directory  files  (CPMUG.DIR  and  PNET.DIR)  on  this 
  21. diskette  are  shortened descriptions of the  -Catalog.xxx  files 
  22. from  each CP/MUG and Piconet User  Group  volume.   Descriptions 
  23. have  been added where none existed,  extraneous verbage has been 
  24. removed from the comments, and in some cases existing wording has 
  25. been  clarified.   Only one line has been used per file to permit   
  26. better use of FIND.COM.  
  27.  
  28. HOW TO USE THIS DISKETTE:
  29.  
  30.      The directory files,  CPMUG.DIR and PNET.DIR can be  console 
  31. displayed  or  hard  printed-out directly,  or  FIND  (  on  this 
  32. diskette)  can be used to locate the types of program  you  are 
  33. looking  for.   To locate a particular file or  files,  type  the 
  34. following:
  35.  
  36.       FIND B: filename.typ  string
  37.  
  38.      This  example  command string can be broken  down  into  the 
  39. following parts for easier understanding:
  40.  
  41.           B:    -    The drive number on which you want to search 
  42. (optional).    If  not specified,  the default option will be the 
  43. drive you are logged onto. 
  44.  
  45.           <filename.typ>   -  This is the name of the file  (e.g. 
  46. CPMUG.DIR)  that  you  want to be  searched.   Wild  card  inputs 
  47. compatible with CP/M are permitted in the filename - (e.g.  *.DIR 
  48. will  cause  all of the .DIR files on the drive specified  to  be 
  49. searched.)  See FIND.DOC for more information.
  50.  
  51.           <string>  - This  is the ASCII string to search for  in 
  52. the file, <filename.typ>. 
  53.  
  54.      The   FIND   utility   will   scan   the   specified    file 
  55. <filename.typ>,   looking   for  lines  containing  the  selected 
  56. 'string'.   All  directory lines (files) which have the  selected 
  57. 'string' will be printed and/or displayed.   You may also  search 
  58. for  particular  file names or common words such as  modem,  doc, 
  59. pas,  bas,  game, etc. (any ASCII string found in 'filename.typ')  
  60. To  display all of a particular volume,  enter the  string  (e.g. 
  61. 'C90'  for CP/MUG volume 90,  'P07' for PICONET volume 07) or use 
  62. just  '.'  and  get all entries  on  the  <filename.typ>  file(s) 
  63. displayed.
  64.  
  65. EXAMPLE:  FIND CPMUG.DIR MODEM
  66.                     (will  display all references to MODEM in the 
  67. file CPMUG.DIR)
  68.  
  69.      If you would like to terminate your search early, a control-
  70. C will immediately return you to the command level of CP/M.  
  71.  
  72.  
  73. ************************END*******************************
  74.  
  75.