home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol11n15.zip / SHOWCURR.BAT < prev    next >
DOS Batch File  |  1991-10-14  |  228b  |  7 lines

  1. @ECHO OFF
  2. REM SHOWCURR.BAT
  3. IF '%1'=='' SHOWCURR %CURR%
  4. ECHO This is the %2th day of the %1th month of 19%3
  5. IF '%6'=='AM' ECHO The time is %4%5 in the morning.
  6. IF '%6'=='PM' ECHO The time is %4%5 in the afternoon/evening.
  7.