home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!mimsy!afterlife!adm!news
- From: ATURNER@rcnvms.rcn.mass.edu (Alan Turner)
- Newsgroups: comp.lang.pascal
- Subject: Date stamping inside source code
- Message-ID: <31813@adm.brl.mil>
- Date: 14 Aug 92 00:24:18 GMT
- Sender: news@adm.brl.mil
- Lines: 25
-
- Date sent: 13-AUG-1992
-
- Just in case what I want to do sounds a bit too ridiculous to answer....
- let me explain a bit more.
-
- I would like to stamp the date and time on my source code when I save it from
- within the TP IDE. The only way I can think of is either an asm patch to the
- editor (yuh, right...) or a tsr which will do it. I know I could rename the
- source out on disk with a newname, then stamp the date into a newly created
- file and append the old file to the date stamp when the program is run. When
- the final program is finished run a maintenance program to remove the date
- stamping procedure from the source and create the .exe file.
-
- I also realize that I can read the date and time by using the file-open box
- in TP 6.0 .
-
- I am not blowing smoke here but really would like to know if there is a way to
- do this.
-
- I want to be able to read the date/time of creation with multiple windows open.
-
- +++AT
-
- -=Alan Turner=-
- -=Email: aturner@ecn.mass.edu=-
-