home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 53 / af053sub.adf / quicktools.lha / Short.readme < prev   
Text File  |  1993-09-14  |  2KB  |  57 lines

  1. SHORT: CD and find files/dirs quickly (uses a database)
  2.  
  3. 930915                   QuickTools Release 1.0
  4.        Requires an Amiga with OS compatible with Workbench 2.04.
  5.  
  6.         Copyright © 1993 Ultima Thule Software, All Rights Reserved.
  7.                         Author: Eivind Nordseth
  8.  
  9. QuickTools  is  the  tool-package for the harddisk-owner who is tired of
  10. writing  long  pathnames  when changing directories and who doesn't have
  11. the  time  to  search for files manually.  QuickTools consists mainly of
  12. three  small utilities and a library where the search-routines are.  All
  13. search-routines support standard AmigaDOS wildcards.
  14.  
  15. Qcd:
  16. With  this  you  can  change  directory  by  only  writing enough of the
  17. directory  name  to  identify  it.  The directory can be anywhere on the
  18. harddisk.
  19.  
  20. If you want to change to a directory with the following path: 
  21. 'Harddisk0:Work/SAS/SelfMade/QuickCD'
  22. It's several ways to do it:
  23. You can write: 'Qcd Harddisk0:Work/SAS/SelfMade/QuickCD' (the hard way)
  24. Or           : 'Qcd hard:/sas//quic'
  25. Or           : 'Qcd Self/Quick'
  26. Or           : 'Qcd :///#?cd'
  27. Or           : 'Qcd QuickCD' 
  28. Or just      : 'Qcd qui'   (the fast way)
  29.  
  30. And bang you are in 'Harddisk0:Work/SAS/SelfMade/QuickCD' !!
  31. Quite nice eh!! 
  32.  
  33. QFind:
  34. Search for files, scans through the database in just a few seconds.
  35.  
  36. QPop:
  37. A commodity for file and directory searching.
  38.  
  39.  
  40. These programs are a must for any serious hard-disk user!!
  41.                                     
  42. Why use QuickTools instead of other similar utilities:
  43. - All search routines support wildcards and are in a seperate library 
  44.   which also could be used by *your* program without any trouble.
  45. - Qcd (<2K) and QFind (1K) is quite small and can be made resident.
  46. - The database is quite compact, (37K to store 4500 filenames with 
  47.   directory information).
  48. - Qcd is almost as fast as the normal CD since the directory database
  49.   is kept resident in memory.
  50. - QPop can pop up with a hotkey and the search result can be copied to 
  51.   the clipboard so that it can be pasted to the input stream by program 
  52.   supporting this.
  53. - All GUI's can be controlled by the keyboard. No need to move your 
  54.   hand to the mouse.
  55.  
  56. Not convinced ? Give it a try anyway.
  57.