home *** CD-ROM | disk | FTP | other *** search
- The program "expndtab.com" is for expanding the tab characters in the "C"
- source files contained on this disk.
-
- to expand the tabs, type: (at the dos prompt..)
- A>expndtab n filename
- Where n is the number of spaces that you wnat to expand the tabs to and
- filename is the input file name. This will output to the screen. If you wish
- to have it output to a file, the use DOS I/O redirection. For example, to
- expand the tabs in BBSC.C to 4 spaces and output to a file called BBSC1.C,
- type:
- expndtab 4 bbsc.c > bbsc1.c
-
- EXPNDTAB v1.1 was written by Mike Cuddy of Underware Software Inc.
-
-