home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource1
/
cenvid
/
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");