home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 17 / af017.adf / Search_readme < prev    next >
Text File  |  1978-01-21  |  1KB  |  45 lines

  1. File:     Readme file for SEARCH utility
  2. Date:     29th September 1990
  3.  
  4.  
  5. SEARCH is a CLI utility that looks for MIDI files and a number of common 
  6. IFF files (ILBM pictures, 8SVX sound samples, SMUS files etc).
  7.  
  8. To use it just open a CLI/SHELL window and type SEARCH followed by the
  9. disk drive to be looked at. SEARCH DF0:, for example will search drive 
  10. zero !
  11.  
  12. This is the sort of output you'll get...
  13.  
  14. Amiga Format IFF/SMF SEARCH Utility (Paul Overaa 1990)... 
  15.  
  16. IFF ILBM:  df0:pictures/pic2
  17. IFF ILBM:  df0:pictures/pic3
  18. IFF ILBM:  df0:pictures/pic4
  19. IFF 8SVX:  df0:AmigaFormat.ss
  20. SMF File:  df0:songs/latest_test/if.mid 
  21.  
  22.  
  23. If you are searching a hard disk or even a floppy with many files and 
  24. nested directories then SEARCH may take a minute or two but... it'll be
  25. a lot quicker than any other method ! Redirect the output to a disk file
  26. if you need a permanent copy, eg...
  27.  
  28.  
  29.       SEARCH >RAM:output DF0:
  30.  
  31. will send the results to a ramdisk file called 'output' !
  32.  
  33. The runable version, called SEARCH. the source is called search.c ! Details
  34. about the program can be found in this months tutorial. 
  35.  
  36.  
  37. Have fun,
  38.  
  39.  
  40. PAO
  41.  
  42.  
  43.  
  44.  
  45.