home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / eel / save_mod.zip / SAVE_MOD.TXT < prev   
Text File  |  1990-10-24  |  793b  |  18 lines

  1. save_modified_file optionally add header information to source files
  2.  
  3.     This command will prompt you to update the header information.  
  4.     The header generated will display the filename, the author name and
  5.     the date of creation.  If the author block already exists then you
  6.     will be prompted for an update comment and a comment line will be
  7.     added to a comment block (this will be added if it doesn't exist).
  8.  
  9.     The file types which will cause a prompt are .c .h .e and .y suffix
  10.     files.  All other files are saved as normal.
  11.         
  12.     A buffer specific variable used by this command is author-name 
  13.     which allows an 80 character name used in the author block.
  14.         
  15.     The author and comment blocks are created at the beginning of the
  16.     file.
  17.  
  18.