!Program:  CVTAB.EXE  -  Program to replace tabs by spaces
!
!Origin:   DECUS SYMPOSIUM FALL 1979
!
!Modules:  CVTAB.FOR, CVTAB.EXE
!
!Program Generation:	FOR CVTAB
!			LINK CVTAB
!
This program replaces tabs in a text file by an appropriate number of spaces.

To use:	RUN CVTAB
	...Give it a file name to convert
	   The output file is the next higher version number of the input file

	   The program loops for another file when the first is done
	   Use CTRL C to quit.
