home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- STAMP.PAS and DT.PAS
-
-
-
- The two files included here simply illustrate the difference
- in size that can exist between using an internal procedure
- of Turbo Pascal Ver. 4.0, and calling a DOS procedure. It
- does not infer that the built in procedures will always be
- larger, just that it may pay to attempt functions in more
- than one manner if you are concerned about size or speed.
-
- Both of the .EXE file produce the same results (Date and
- time) and will allow the redirection of its output to a
- printer on the serial or parallel port, or the output can
- be sent to a file. One could write two simple batch files
- that would allowing stamping the start and stop times into
- two files for time accounting, or any other purpose.
-
- Public Domain
-
-
- By:
- Timothy B. Coleman
- 11115 Kenmoor Drive
- Detroit, Michigan 48205
-
-