home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
sysutl
/
dt.arc
/
README
< prev
Wrap
Text File
|
1988-02-04
|
824b
|
21 lines
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