Click here to Skip to main content
15,886,137 members
Articles / Desktop Programming / ATL
Article

Time Stamp Add-In for Visual C++

Rate me:
Please Sign up or sign in to vote.
2.60/5 (2 votes)
18 May 2002 71.1K   980   12   7
This Add-In automatically adds the last modified date and time to a file

Introduction

This Add-in sets the last modified date and time, and user and computer name to modify this document. After the Add-In is run your document will look like:

// Document modified at : Wednesday, May 08, 2002 05:15:47 PM , by user : Pavel Sokolov from computer : CREA7OR<br>
// CEHelper.h: interface for the CEHelper class.<br>
#if !defined( AFX_CEHELPER_H__8B5D375C_48C3_4CC1_AB7D_47059B0E9637__INCLUDED_ )<br>
#define AFX_CEHELPER_H__8B5D375C_48C3_4CC1_AB7D_47059B0E9637__INCLUDED_<br>

The Add-In uses two files:

  • ETSA.dll.FileNames.txt
  • ETSA.dll.FileExtensions.txt

These files must be placed in Add-In folder in DevStudio (along with etsa.dll)

  • ETSA.dll.FileNames.txt - Contains the names of files in which the line with date and time should not be added.
  • ETSA.dll.FileExtensions.txt - Contains extensions of files in which the line with date and time should not be added.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Russian Federation Russian Federation
C++ programmer.

Comments and Discussions

 
GeneralWriteString Pin
*Dreamz5-May-04 2:10
*Dreamz5-May-04 2:10 
Generalgood Pin
ntandw26-Sep-03 13:49
ntandw26-Sep-03 13:49 
GeneralAn help Pin
ik4mrj@libero.it15-Jul-02 1:01
sussik4mrj@libero.it15-Jul-02 1:01 
GeneralRe: An help Pin
Pavel Sokolov15-Jul-02 12:12
Pavel Sokolov15-Jul-02 12:12 
GeneralFiture Pin
14-Jun-02 5:14
suss14-Jun-02 5:14 
GeneralRe: Fiture Pin
Pavel Sokolov15-Jul-02 21:06
Pavel Sokolov15-Jul-02 21:06 
GeneralFormat of the Comment Pin
Dan Madden29-Jun-01 23:01
Dan Madden29-Jun-01 23:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.