home *** CD-ROM | disk | FTP | other *** search
/ BBS in C / CPDCOMM#155.img / READ.ME < prev   
Encoding:
Text File  |  1980-01-01  |  638 b   |  15 lines

  1. The program "expndtab.com" is for expanding the tab characters in the "C"
  2. source files contained on this disk.
  3.  
  4. to expand the tabs, type: (at the dos prompt..) 
  5.                           A>expndtab n filename
  6. Where n is the number of spaces that you wnat to expand the tabs to and
  7. filename is the input file name.  This will output to the screen.  If you wish 
  8. to have it output to a file, the use DOS I/O redirection. For example, to
  9. expand the tabs in BBSC.C to 4 spaces and output to a file called BBSC1.C,
  10. type: 
  11.        expndtab 4 bbsc.c > bbsc1.c
  12.  
  13. EXPNDTAB v1.1 was written by Mike Cuddy of Underware Software Inc.
  14.  
  15.