home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / comm / spot-1.3.lha / Spot / Rexx / SnapFiles.doc < prev    next >
Text File  |  1994-01-22  |  4KB  |  104 lines

  1.  
  2.                      -* SnapFiles V1.1 By Glenn Wihlborg *-
  3.  
  4. Before I start to intruduce this program, I would like to thank Nico François
  5. for SPOT. It's the most userfriendly program I've ever seen on the Amiga
  6. platform, So here's to you Nico, CHEERS! and keep up the good work.
  7.  
  8. INTRODUCTION
  9. ¯¯¯¯¯¯¯¯¯¯¯¯
  10. SnapFiles is offered to you under the concepts of Netmailware. That means
  11. if you are using this in a period of 30 days, I would lika a Netmail
  12. from you  :):):):) 
  13.  
  14. SnapFiles is a program to search out messages that contains filenames, with
  15. diffrent extensions. There are seven predefined extensions but it's easy to
  16. add or remove them.
  17. I must remind you, what this program search for is "POSSIBLE" filenames.
  18.  
  19. So here it is, hope you enjoy it as much as I did writing it.
  20.  
  21. REQUIREMENTS
  22. ¯¯¯¯¯¯¯¯¯¯¯¯
  23. Registered copy of Spot
  24. Arexx 
  25.  
  26. HOW TO USE
  27. ¯¯¯¯¯¯¯¯¯¯
  28. SnapFiles is only executeble in a message area. Run it and there will pop
  29. up a requester asking you which nodenumber to use.
  30.  
  31. 'From' will take the nodenumber from current message.
  32.  
  33. 'Boss' will replace the pointnumber with a '0'.
  34.  
  35. 'Other' where you can enter another nodenumber for the #?.req file.
  36.         NOTE: You must enter the nodenumber in this format 'Z.N.N.P
  37.         otherwise it will not work.
  38.  
  39. 'Cancel' exit the program.
  40.  
  41. After this it will start to search for the defined extensions. When it's
  42. finished there will pop up a requester saying how many files it could find
  43. or a requester telling you that it could not find any files.
  44.  
  45. The requester that tells you how many possible filenames it could find also
  46. have the option to edit the #?.req file. If the person who announced the
  47. file(s) is a POINT you will have to enter his point number in the
  48. 'node string requester'. Otherwise you will not be able to edit the #?.req
  49. file, but if the announcer is a NODE there should be no problems.
  50.  
  51. There is also a possibility to delete the #?.req file.
  52.  
  53. KNOWN BUGS
  54. ¯¯¯¯¯¯¯¯¯¯
  55. o It's in the search routine, it will only check words that contain a '.',
  56.   that include words that begin or end with a '.'. So this slow things
  57.   down a little.
  58.  
  59. o If the word in question only is the extension e.g. '.LHA' it will be saved
  60.   to the #?.req file. So if you know that the message include such a word do
  61.   edit the #?.req file.
  62.  
  63. o If the filename ends with a '.', it will not be saved to the #?.req file,
  64.   e.g. 'SPOT.LHA.', this may occour if the file is the last word in a
  65.   sentence.
  66.  
  67. DISCLAIMER
  68. ¯¯¯¯¯¯¯¯¯¯
  69. I'm not responsible to any damage caused through the use or misuse
  70. of this product and so it must only be used at your own risk. All
  71. efforts have been made to ensure the stability of the program but
  72. this does not mean it is 100% safe. Please backup any important data
  73. that could be damaged through the use of this software until you are
  74. sure that it is stable.
  75.  
  76.  Any comments, bug reports or suggestions can be sent to:
  77.  
  78.  Glenn Wihlborg:
  79.  Fidonet 2:200/600.39
  80.  
  81. PROGRAMHISTORY
  82. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  83. Ver1.0 
  84. ¯¯¯¯¯¯
  85.  o First release :)
  86.  
  87. Ver1.1
  88. ¯¯¯¯¯¯
  89.  o A new search routine, it's almost THREE times as fast as the one
  90.    in V1.0 (according to my tests) and I think I dare to say that
  91.    it's 100% accurate. The routine in V1.0 checked EVERY word, very,
  92.    very SLOW. This new routine ONLY check words that contains a '.'
  93.  
  94.  o Added progress requester when scanning for possible filenames. This
  95.    requester also allow you to abort the operation.
  96.  
  97.  o You are able to choose in which name you want to save the #?.req file.
  98.    'From' will take the nodenumer from the message. 'Boss' will replace the
  99.    pointnumber with a '0'. 'Other' you can enter another nodenumber for the
  100.    #?.req file.
  101.  
  102.  o Also added a timer so you can see how long time it took to search
  103.    through the message, it's not so usefull but...
  104.