home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mtic144o.zip / INFOS.RAR / REQUEST.EXL < prev    next >
Text File  |  1996-07-19  |  3KB  |  68 lines

  1. ;---------------------------------------------------------------------
  2. ;
  3. ;
  4. ;            ▓███▀█▀█ ▓███▀█ ▓███▀▀  ▓███▀█ ▀▀████▀▀  ▀▀▀ ▓███▀█
  5. ;            ▒███   █ ▒███▄  ▒███ ▀█ ▒███▄█   ███░   ███░ ▒███
  6. ;            ████   █ ████▄▄ ████▄▄█ ████ █   ███▒   ███▒ ████▄█
  7. ;                   ▀
  8. ;            C0P¥Ri6HΓ (c) 1995,96 B¥ DiMeS. ÆLL Ri6HΓS RΣSΣRVΣD
  9. ;            ───────────────────────────────────────────────────
  10. ;                R E Q U E S T C O N F I G - E X A M P L E
  11. ;
  12. ;---------------------------------------------------------------------
  13. ; This is a sample config file for MegaTIC's Fast-FileRequest-Index,
  14. ; as part of MegaTIC, Copyright (c) 1995,96 by DiMeS
  15. ;
  16. ; To build index, call  MTIC INDEX <Name_of_this_requestconfig_file>
  17. ;---------------------------------------------------------------------
  18. ;
  19. ;---------------------------------------------------------------------
  20. ; Exclude some files and file-specifications from index
  21. ; Use the Prefix "#"
  22. ;---------------------------------------------------------------------
  23. #FILES.BBS
  24. #DESCRIPT.ION
  25. #*.PAS
  26. #*.COM
  27. ;
  28. ;---------------------------------------------------------------------
  29. ; Now we want to collect files that should be available in ALL sessions
  30. ; That means sessiontypes UNKNOWN, NORMAL/KNOWN and PROTECTED
  31. ; Use the keyword  ":NORMAL"
  32. ; If no filespec is given, MegaTIC assumes "*.*".
  33. ;---------------------------------------------------------------------
  34. :NORMAL
  35. C:\*.*
  36. C:\BBS\*.ZIP
  37. C:\FILEBASE
  38. ;
  39. ;---------------------------------------------------------------------
  40. ; To include the whole directory "C:\FILEBASE" and its subdirs, use the
  41. ; parameter "-r" at the end of the directoryline. So you can easyly
  42. ; include CD-ROMs to the fast-filerequest-index, too.
  43. ;---------------------------------------------------------------------
  44. C:\FILEBASE\*.* -r
  45. ;
  46. ; This could be your CD-ROM drive.
  47. E:\*.ZIP -r
  48. ;
  49. ;---------------------------------------------------------------------
  50. ; To make some files available only with password, you have to enter
  51. ; te needed password after a "!". Notice that the password can have a 
  52. ; maximum length of 12 charaters.
  53. ;---------------------------------------------------------------------
  54. ; Give access to files in C:\ADULT with requestpassword "MYPICS"
  55. C:\ADULT\*.* !MYPICS
  56. ;
  57. ; You can combine the recurse parameter "-r" and a password
  58. F:\*.JPG -r !CDPICS
  59. ;---------------------------------------------------------------------
  60. :PROTECTED
  61. C:\BBS\GIFS\*.GIF -r !MYGIFS
  62. C:\BBS\GIRLS\*.JPG -r
  63. C:\BBS\MEGATIC\MT_BETA.ZIP !BETAONLY
  64. ;
  65. ;---------------------------------------------------------------------
  66. ; End of file
  67. ;---------------------------------------------------------------------
  68.