home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / newc_dev / delinf11.lha / DelInfo.doc < prev   
Text File  |  1993-04-02  |  2KB  |  70 lines

  1.  
  2.                         ----->  DelInfo  <----
  3.  
  4.                          by Paolo Dell'Aquila
  5.  
  6. Introduction
  7. ============
  8.  
  9.  I HATE ICONS!!!!
  10.  So I decide to write a little utility for deleting all the #?.info file
  11.  inside a directory.
  12.  You can run DELINFO form CLI. The line command is
  13.  
  14.     Dir, I=Inter/S, S=SubDir/S
  15.  
  16.  where:
  17.  
  18.  'DIR'
  19.     Dir is the directory where you want to delete all the #?.info file
  20.  
  21.  'S=SubDir'
  22.     tells to DelInfo to delete all the #?.info file also in the subdir.
  23.  
  24.  'I=Inter'
  25.     is the interective mode. Each time DelInfo find a #?.info file will
  26.     ask you if you want to delete it or not.
  27.  
  28. Revision History
  29. ================
  30.  
  31.     Date       Ver     Author               Comment
  32.     ---------  -----   -------------------  --------------------------
  33.     31.03.93    1.1    Paolo Dell'Aquila    Now use AllocDosObject and
  34.                                             need no more RETURN after
  35.                                             'y' or 'n'. More speed
  36.                                             thanks to ExAll().
  37.                                             Corrected a damn bug!
  38.     12.11.92    1.0    Paolo Dell'Aquila    Born in the CPU (I was)
  39.  
  40.  
  41.  
  42.  
  43. Program and distribution notes
  44. ==============================
  45.  
  46.      DelInfo   is   (C)   1993   Paolo   Dell'Aquila  and  it's  freely
  47.  distributable  as  long  as  all  of  its  files are included in their
  48.  original  form  without  additions, deletions, or modifications of any
  49.  kind, and only a nominal fee is charged for its distribution.
  50.  
  51.      DelInfo  is  a *PostcardWare* program.  If you like it please send
  52.  me  a postcard.  If the postcard is too much expensive for you (sigh!)
  53.  and you are in Fidonet you can send me a matrix.
  54.  
  55.     This  software  is  provided  "AS IS" without warranty of any kind,
  56.  either  expressed or implied.  By using DelInfo, you accept either the
  57.  whole risk or the quality and performance of the program.
  58.  
  59.  
  60.  For suggestions and ideas CONTACT ME:
  61.  
  62.     Paolo Dell'Aquila
  63.     Via Masaccio 1
  64.     41013 Castelfranco Emilia (MO)
  65.     ITALY
  66.  
  67.     Fido Address: 2:332/505.10
  68.  
  69.  
  70.