home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
COMPUSCI
/
CENVID.ZIP
/
PRMPTDAY.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-05-25
|
284b
|
8 lines
@echo OFF
REM ***************************************************************
REM *** PrmptDay.bat - Set the prompt with the day preceding it ***
REM ***************************************************************
cenvi sprintf(PROMPT,"%%.10s %%s",ctime(time()),"$P$G $H");