home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MODEM / CATCS15A.ZIP / MSLLBR.SCR < prev    next >
Text File  |  1994-01-15  |  3KB  |  106 lines

  1. ;E MSLCAT.SCR -- A TAPCIS script to capture catalog listings
  2. ;E               from the Microsoft Software Library.
  3. ;
  4. ;
  5. ;  Adjusted original MSLCAT.SCR to MSLLBR.SCR to provide compatibility
  6. ;  with GoCIS.  Place this file in the GoCIS\scripts directory and
  7. ;  executed with the File|Execute Automated Script... command.
  8. ;  It is not necessary to join the MSL forum.
  9. ;
  10. ;  This script gets a catalog listing from the Microsoft Software
  11. ;  Library, capturing it as a TAPCIS-style CAT file that can be
  12. ;  browsed offline by either TAPCIS or the Windows-hosted program
  13. ;  CATCIS. The name of the file it creates is MSL.CAT. If MSL.CAT
  14. ;  already exists, the material captured by this script will be
  15. ;  appended to it.
  16. ;
  17. ;  MSLCAT.SCR can be invoked by pressing <PgUp> while in interactive
  18. ;  mode, or it can be copied to the filename FRONTEND.SCR and
  19. ;  executed by logging on with the <Alt-N> command from the TAPCIS
  20. ;  main menu.
  21. ;
  22. ;  There are two values you may wish to edit: the keyword list
  23. ;  (MSLCAT.SCR defaults to "all") and the age of the listed files
  24. ;  (the initial default is 365 days). These items are underscored
  25. ;  with *****'s. Comments are enlosed in []'s.
  26. ;
  27. ;  If you wish to browse MSL.CAT with TAPCIS, you need to create a
  28. ;  fake forum named MSL. For what it's worth, I usually tell TAPCIS
  29. ;  that MSL is a Q forum, not that it really matters. Just don't try
  30. ;  to "join" MSL!
  31. ;
  32. ;  CATCIS needs no special arrangements. Just open MSL.CAT and
  33. ;  browse through the catalog like you normally would. CATCIS may
  34. ;  warn you that there is no corresponding "section" file when you
  35. ;  first open MSL.CAT, but all the browsing and searching functions
  36. ;  will work OK.
  37. ;
  38. ;  Once you have chosen the files you wish to download, you can use
  39. ;  Loren Jenkin's MSL.SCR script, available in the "Scripts and
  40. ;  Tools" library section on the TAPCIS forum, to retrieve them.
  41. ;
  42. ;          William K. Walker
  43. ;          North Valley Digital
  44. ;          Compuserve: 71066,24
  45. ;          (513) 426-0344
  46. ;
  47. ;  V01.00  23 Aug 93  Initial release
  48. ;  -----------------------------------------------------------------
  49. ;
  50. ;C MSL.CAT
  51. ;C N
  52. S go msl^M
  53. ;CompuServe+   MSL-1
  54. ;
  55. ;MICROSOFT SOFTWARE LIBRARY
  56. ;
  57. ; 1 BROWSE thru files
  58. ; 2 SCAN
  59. ; 3 KEYWORD list
  60. ;
  61. ; 4 DOWNLOAD a file
  62. ; 5 READ a file
  63. ;
  64. ;Enter choice !
  65. W ce !
  66. S 2^M
  67. ;
  68. ;Enter keywords (e.g. modem)
  69. ;or <CR> for all:
  70. W all:
  71. S ^M
  72. ; **********
  73. ;
  74. ;Oldest files in days
  75. ;or <CR> for all:
  76. W all:
  77. S 7^M
  78. ; **********
  79. ;
  80. ;Include description (Y or N)?
  81. W ?
  82. Capture &CONTROLPATHmsl.lbr
  83. S y^M
  84. ;
  85. ;  [file listings are displayed...]
  86. ;
  87. ;Press <CR> !
  88. W <CR>
  89. Capture
  90. S ^M
  91. ;
  92. ;MICROSOFT SOFTWARE LIBRARY
  93. ;
  94. ; 1 BROWSE thru files
  95. ; 2 SCAN
  96. ; 3 KEYWORD list
  97. ;
  98. ; 4 DOWNLOAD a file
  99. ; 5 READ a file
  100. ;
  101. ;Enter choice !
  102. W ce !
  103. ;  [script ends with TAPCIS at a navigation prompt]
  104. S off^M
  105.  
  106.