home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / MISC / UNTAB.ZIP / UNTAB.DOC next >
Encoding:
Text File  |  1991-02-19  |  1.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.          UNTAB: A DOS filter to replace tabs with white spaces in any
  8.                 text file. (Especially text files created with the
  9.                 Microsoft Quick-C editor)
  10.  
  11.  
  12.               Have you ever tried to print a C source file created
  13.          with Quick-C by using the DOS "type" command ?  Strange
  14.          results isn't it ?
  15.  
  16.               In fact, when you set tabs in the Quick-C editor, say
  17.          for example to a width of 4, you get "standard" tabs when you
  18.          try to print the file with something else than the Quick-C
  19.          editor. Sometimes, that can be frustrating because what you
  20.          get is not what you see.
  21.  
  22.               UNTAB.EXE is a DOS filter that remedies these problems
  23.          by replacing all tabs in a Quick-C created source file with
  24.          four (4) blank characters. I know this is not an extraordi-
  25.          nary program (You can't even set the number of blanks to use)
  26.          but this solved me a lot of problems.
  27.  
  28.              HOW TO USE IT ?
  29.  
  30.              Example: The file GIZMO.C was edited with the Quick-C
  31.                        editor and prints with strange indentations...
  32.  
  33.              To PRINT the file correctly (TABS replaced) type at the
  34.              DOS prompt:
  35.  
  36.              TYPE GIZMO.C | UNTAB >prn (Or any other available device)
  37.  
  38.              To HAVE a copy of the file with the TABS replaced type
  39.              at the DOS prompt:
  40.  
  41.              TYPE GIZMO.C | UNTAB > FIX_GZMO.C
  42.  
  43.              The file FIX_GZMO.C is now OK. (Tabs Replaced)
  44.  
  45.  
  46.               I wish some people will find the program useful. I
  47.          repeat, this is a really simple program, but it can make a
  48.          Quick-C source file look great.
  49.  
  50.  
  51.          Any Comments should be adressed to:
  52.  
  53.          Guy E. Dallaire (2010073@LAVALVX1 (BitNet))
  54.          867-A Ave Bon-Air
  55.          Ste-Foy, QC
  56.          CANADA
  57.          G1V 2P4
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.