home *** CD-ROM | disk | FTP | other *** search
/ Set of Apple II Hard Drive Images / hard.hdv / HARD / UTILS / FILE.FINDER.DOC < prev    next >
Encoding:
Text File  |  1991-06-26  |  3.1 KB  |  57 lines  |  [04] ASCII Text (0x0000)

  1.      File Finder was written as an anser to a problem with a hard disk drive. I
  2. knew the file I wanted was on there, but where in the world was it. To look
  3. through all the files in a ten megabyte drive was just too time consuming. Other
  4. computer systems have a locator program, why not apple?
  5.      I did not have the time to write it the way I wanted to but a quick
  6. skeleton was written in basic and used. Later it was added to and extended, now
  7. it is a valuable part of my utilities.
  8.      I am working on the extended command program so that you can add the
  9. command to ProDOS 8 and use it within other programs etc. Also I am writing a
  10. NDA (New Desk Accesory) for the IIgs.
  11.      Most Shareware programs get used, but hardly ever paid for. I worked on
  12. this program for over 70 hours of writing, debugging, and rewriting for speed.
  13. It is compact and well documented, you can write your own additions and formats,
  14. but please leave the copyright and Shareware notices. I need the funds to help
  15. purchase the additional reference materials to keep up these utility programs.
  16.      Send your $5.00 to :
  17.      Greg R. Guilford
  18.      P.O. Box 512
  19.      Monticello, IA 52310
  20.  
  21.      The first time you save an hour looking for a file you can pay for it! Now
  22. that the begging is done, here is the information that you need.
  23.  
  24.  
  25. When you get to the Starting selection area, you can now enter the Name or
  26. partial name of the file you wish to find. Such as :
  27.      BASIC.SYSTEM   OR
  28.      BASI           Which will show all files that start with BASI.
  29.  
  30. If you enter a * then all files will be displayed.
  31.  
  32. If you enter a ? followed by a group of characters such as:
  33.  
  34.      ?BAS then all files with the sub string Bas will be displayed, Basic.system
  35. will be displayed as well as WINGBAS, PROGBASIC, ETC. Try some variations, you
  36. can find a lot of ways to find files.
  37.  
  38.      After you enter the name, you will then be asked for 'ENTER THE NAME OF THE
  39. VOLUME OR DIRECTORY TO CHECK FOR THE FILE'. If you enter a D then you will be
  40. prompted for the slot and drive to use. If you enter a return it will be the
  41. startup directory. You can specify a directory or subdirectory, and then it will
  42. search through that directory and any subdirectories found in it.
  43.      One of the most interesting points is that when used from a root directory,
  44. all directories will be searched for the file. Directories will also be
  45. displayed when a file is asked for. This allows you to search for directories as
  46. well as files.
  47.      Next you are asked if you want to send the output to the printer. A Y or N
  48. answer is required here. If you answer N then the output will go to the 80 colum
  49. screen. The display will be paged, and a sound routine assures you that the
  50. program is searching. If the printer is chosen, then it is expecting a serial or
  51. IIgs serial port in slot 1. If you need another printer set up then the printer
  52. section is at line number 430.
  53.      If your search is not complete and you wish to end it, enter control and C,
  54. this will stop the search.
  55.      When the program cannot find any more files, it prompts you if you want to
  56. search again, and then if you wish to use the criteria.
  57.      Most of the program is very straigh forward and a