home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / files / a / find / !Find / !Help < prev    next >
Encoding:
Text File  |  1990-08-16  |  3.8 KB  |  119 lines

  1. !Help for !Find (Version 1.0)
  2. -----------------------------
  3.  
  4. Docs (12/6/90)
  5.  
  6. Included :-
  7.            !Boot
  8.            !Run
  9.            !RunImage
  10.            !Sprites
  11.            !Help (this file!)
  12.            Templates
  13.  
  14.   Put all these files in a dir called !Find and click on it
  15. in the desktop!
  16.  
  17. Purpose
  18. -------
  19.  
  20.   To find a wildcarded filename on an adfs disc in the RISC
  21. OS environment
  22.  
  23. Useage
  24. ------
  25.  
  26.   Once installed on the desktop a click on the !Find icon
  27. calls up a small window called 'Find File'. From here the
  28. drive number can be selected and the wildcarded filename
  29. entered (ie # and *). When return is pressed (as long as
  30. the caret is in the 'Find File' window of course!) the
  31. search begins. When the search finishes a window opens
  32. called 'Search Results List' (if there are any results!)
  33. and this contains any matched files with full pathnames. A
  34. click on any of these files will open the filer directory
  35. window that the clicked file resides in.
  36.  
  37. Notes
  38. -----
  39.  
  40.   I wrote this app about one and a half years ago and it
  41. shows! I sent it  to BAU and they said that they were
  42. 'interested' in publishing it but then released their in
  43. house one. Well so I am releasing it now PD. The code is
  44. shabby and slow but I have learnt a great deal so I intend
  45. to do a rewrite soonish and will put a much better, faster,
  46. fully tasking version PD. Watch this space!
  47.  
  48. (You may wonder how this app has a date of 17 Aug 89 when I
  49. most plainly modified it at the date above - well wait
  50. until the release of !Set-Type v1.04!)
  51.  
  52.   
  53.   The program has been heavily squashed (using a BASIC
  54. squasher written in 6502 code!, haven't seen one anywhere
  55. near as good for the Arc - any offers?) to save memory
  56. because technically a filename can be VERY long. On average
  57. I have left 170 characters per filename (on a stack so
  58. short names cancel out long names). Exceeding 170 chars
  59. over 50 files (the maximun number stored before the mc
  60. routine aborts saying too many files) is quite difficult
  61. (!) but if you might you could change the variable
  62. 'charsperitem' to something larger (on line 60) and set the
  63. wimpslot command in '!Run' to 40k.
  64.  
  65. Conditions of Use
  66. -----------------
  67.  
  68.   This application is supplied free to everyone 'as is', I
  69. do not give any guarantee that it is free of bugs, or
  70. supply any warranty about its suitabliliy for use. However
  71. if there are any problems with it and you notify me of them
  72. then I probably will do my best to recify them.
  73.  
  74.   You are may give this application to anyone, via any
  75. medium, so long as :- 
  76.  
  77.   1) It is delivered with ALL the supplied files and
  78.      unaltered (except !Run & !Boot files) .
  79.  
  80.   2) It is not supplied on a disc you are charging
  81.      for (except for media and postage costs).
  82.   
  83.   You have permission to use any part or the whole
  84. application in a project you intend to place in the public
  85. domain, as long as I am fully credited. If you wish to use
  86. these routines in a program that is for sale (for however
  87. much and for whatever reasons) or released as copyright
  88. material then my express permission in writing must be
  89. obtained. I maintain copyright on all the material
  90. supplied and reserve the right to amend these conditions in
  91. cases where I deem misuse.
  92.  
  93.    A large number of hours of work have gone into the
  94. production and maintenance of this application and although
  95. I have supplied the application free donations will be
  96. gratefully received (and if over 7 pounds I will send you a
  97. disc with updates of this and all other pd stuff I have
  98. written. Please include a letter telling me which apps of
  99. mine you use and their version numbers).
  100.  
  101.  
  102. Contacts
  103. --------
  104.  
  105. My address:
  106.  
  107.   6 Parklands Place,
  108.   Guildford,
  109.   Surrey GU1 2PS.
  110.  
  111. BBSs I call frequently:
  112.  
  113.   Archive BBS          [0603 745932]   mbx 23
  114.   Arcade BBS           [01 654 2212]   mbx 23
  115.   The World of Cryton  [0749 679794]   mbx 273
  116.  
  117.  
  118. © Emmet Spier 1990 - USE and Enjoy!
  119.