home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 308.lha / AFilter_II / AFilter2.doc < prev    next >
Text File  |  1980-12-06  |  837b  |  27 lines

  1. After posting AFilter.ARC, I re-RTFM and discovered that the Consultron folks 
  2. had provided the AFilter filter functions through their own (superior) method.
  3.  
  4. Not to be distracted by these facts, I have rewritten AFilter, hence AFilter2.
  5.  
  6. AFilter2  adds  an  option  to  replace  Tabs  with  spaces (2).  Like it's
  7. predecessor,  it  handles  carriage  return  and linefeed conversions.  The
  8. InputFile  and  OutputFile  can  have  the  same name.  AFilter2 runs under
  9. AmigaDos.
  10.  
  11. The syntax is:  AFilter <Switch> <InputFile> <OutputFile>
  12.  
  13. To replace tabs,  type:
  14.         
  15.         AFilter -t <InputFile> <OutputFile> 
  16.  
  17. To convert an Amiga text file to IBM format,  type:
  18.         
  19.         AFilter -i <InputFile> <OutputFile> 
  20.  
  21. To convert an IBM text file to Amiga format,  type:
  22.         
  23.         AFilter -a <InputFile> <OutputFile>
  24.  
  25. Bob*CT
  26.  
  27.