home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / DESQVIEW / MIXEDBAG.ZIP / TAB.DOC < prev    next >
Text File  |  1989-10-22  |  908b  |  26 lines

  1. TAB (v1.1) - Tabify and untabify C source files
  2.  
  3. This program is Copyright 1989, by PowerSoft.
  4. We may be reached at the PowerSoft BBS  (404) 928-9294
  5.  
  6. You are free to use this program as you please, and distribute it
  7. to your friends.  I only ask that you do not alter the program, and
  8. you include this file when you pass it on.
  9.  
  10.  
  11.  
  12. USAGE: TAB [tab_interval] dir_name file_wildcard(s)
  13.  
  14. tab_interval is positive to add tabs, and negative to remove them.
  15. dir_name     specifies a directory to place converted files into.
  16.  
  17. NOTES:
  18. 1. When adding tabs, 2 or more blanks may be converted to tabs.
  19. 2. Spaces and tabs inside double quotes are not affected.
  20. 3. /* */ and // style comments are both supported.
  21. 4. Nested /* */ comments are not supported.
  22. 5. If you want to replace the file, specify "." as the directory name
  23. 6. When replacing an existing file, the old version is kept as *.BAK
  24.  
  25.  
  26.