home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource1 / cenvid / prmptday.bat < prev    next >
DOS Batch File  |  1993-05-25  |  284b  |  8 lines

  1. @echo OFF
  2. REM ***************************************************************
  3. REM *** PrmptDay.bat - Set the prompt with the day preceding it ***
  4. REM ***************************************************************
  5.  
  6. cenvi sprintf(PROMPT,"%%.10s %%s",ctime(time()),"$P$G  $H");
  7.  
  8.