home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / sputils.zip / STRIPTAB.DOC < prev    next >
Text File  |  1991-01-06  |  1KB  |  48 lines

  1. Remove Tabs   version 1.2 (C) SPETER SOFTWARE,   January 1991.
  2.  
  3. This program will remove the tab-characters from the input file, replacing
  4. them with space-characters and write the result to the specified output file.
  5.  
  6. The program was written in Borland's Turbo Pascal 5.5
  7.  
  8. Usage:
  9. ------
  10. 1:   STRIPTAB [/h]
  11.  
  12.         Output a help screen.
  13.           /h       (optional)
  14.  
  15. 2:   STRIPTAB [/i<num>] in-file out-file
  16.  
  17.         Remove all TAB characters from the specified input file.
  18.           /i<num>  (optional)   sets <num> to be the tab increment value (the
  19.                                 default is 8);
  20.           in-file               an existing file (name can include a path);
  21.                                 lines in the file must be less than 256
  22.                                 characters long;
  23.           out-file              must be an valid DOS file-name (can include a 
  24.                                 path).
  25.  
  26. Example:
  27. --------
  28.      striptab /i4 infile outfile
  29.  
  30. Replaces every TAB character in "infile" with one or more SPACEs, assuming the
  31. tab increment was 4 characters;  the result is written to "outfile".
  32.  
  33. Correspondence:
  34. ---------------
  35.     Please address any comments to:
  36.  
  37.         Stephen Peter
  38.  
  39.     INTERNET:
  40.         steve@cad0.arch.unsw.oz.au
  41.  
  42.     POST:
  43.         SPETER SOFTWARE
  44.         P.O. BOX 643
  45.         LANE COVE
  46.         NSW  2066
  47.         AUSTRALIA
  48.