home *** CD-ROM | disk | FTP | other *** search
- DT is just a little utility program which sends the current system
- date and time (and an optional message) to the standard output
- device. The DOS metacharacters > and >> can be used to redirect this
- output to a log file.
-
- Syntax is: dt [optional 40 character message here]
-
- Output of the date and/or time can be supressed by using the switch
- character (-) followed by the element you want to supress (d = date
- and t = time). To send just the time and a message:
-
- dt -d This is the message.
-
- To supress both the date and time, and just send a message:
-
- dt -dt This is the message.
- or dt This is the message. -dt
-
-
- Enjoy!...Woody Woodward
-