home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / email / catcs13b.zip / MSLCAT.SCR < prev    next >
Text File  |  1993-09-12  |  3KB  |  100 lines

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