home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 1 / FishNMoreVol1.bin / more / misc_utils / cramden / cramden.doc < prev    next >
Text File  |  1990-09-10  |  3KB  |  97 lines

  1. Cramden Utilities
  2. =================
  3.  
  4. NOTE: These utilities are CLI based. They will not work from an ICON.
  5.  
  6. v1.0  6-May-88
  7.  
  8. These utilities are inspired (if not directly ripped off) from a certain
  9. set of hitherto unnamed MS-DOS utilities that have been known to be real
  10. _life_savers_.    While most of the life saving utilities have
  11. counterparts on the Amiga (or are simply not necessary), there are few
  12. handy ones that don't.  So with that in mind I present the first
  13. installment in the Cramden Utilities.
  14.  
  15. All of these utilities use Arp v1.1 (v34 of arp.library must be in
  16. your LIBS: directory).    If you don't have Arp v1.1 you can probably get
  17. it from wherever you got this file.
  18.  
  19.  
  20. ff - Find Files
  21.  
  22. This utility is used to find files with a particular file name or
  23. pattern in any directory on a disk.
  24.  
  25.     syntax:
  26.     ff <filespec>... [quick]
  27.  
  28.     <filespec> = any AmigaDOS (Arp actually) wild card pattern
  29.     [quick] = when present causes listing only the names of the files
  30.  
  31.     ex:
  32.     ff
  33.     ff *.c
  34.     ff sys:*.info
  35.     ff include:#?.(h|i) *.(h|i) quick
  36.  
  37. Example 1 lists all the files starting at the current directory and
  38. proceeding through all subdirectories.    Example 2 lists all files that
  39. are suffixed by .c (like a.c, ff.c, etc) in the current directory and
  40. all subdirectories.  Example 3 finds all icon files on the volume named
  41. "sys:".  Example 4 lists all files suffixed .h or .i on include: and in
  42. the current directory and all subdirectories respectively.
  43.  
  44.  
  45. si - System Info
  46.  
  47. This can be used to get a quick spec sheet on your Amiga.  It tells you
  48. things like operating system version number, 68xxx chips in your
  49. machine, video mode, memory configuration, and computing performance
  50. index (my favorite).
  51.  
  52.     syntax:
  53.     si
  54.  
  55. The display sizes and pixel aspect ratio are printed X x Y and X:Y
  56. respectively.  The pixel aspect ratio is based on the Dot/Meter values
  57. found in GfxBase and differ between NTSC and PAL machines.  For NTSC
  58. machines this value is 1:1.166 which means that the pixels are just a
  59. little taller than they are wide.
  60.  
  61. In the MS-DOS world the computing performance index is often used to
  62. compare PC clones with one another.  The Amiga version contains two
  63. numbers: the first relative to an ordinary Amiga 1000 with no task
  64. loading (just a CLI).  The second is relative to an IBM PC/XT (the
  65. number used in MS-DOS circles) and is fairly accurate.    Be aware that
  66. this number is VERY dependent on what your Amiga is currently doing
  67. since it's just a task and can't have the CPU all the time (I could have
  68. Forbidden around the critical section, but this way you can see the
  69. effect of task loading).
  70.  
  71.  
  72. Copyright & Distribution Rights
  73. ===============================
  74.  
  75. Copyright 1988 Pregnant Badger Software.  All Rights Reserved.
  76.  
  77. These utilities may be freely distributed without profit.
  78.  
  79. Any contributions (no amount is too small or too large) may be sent to
  80. the following address.
  81.  
  82.  
  83.     Bill Barton
  84.     Pregnant Badger Software
  85.     1111 El Sur Way
  86.     Sacramento, CA    95864
  87.     (916) 487-9472
  88.  
  89.     bix: peabody
  90.     plink: peabody
  91.     delphi: bbarton
  92.  
  93.  
  94. Special thanks to St. Peter, the patron saint of PC's, without whom
  95. these utilities would never have been written.
  96.  
  97.