home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4846 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.2 KB

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