home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / bbs / dbbs50.lbr / TIME.CMD < prev    next >
OS/2 REXX Batch file  |  1988-03-31  |  256b  |  8 lines

  1. * TIME.CMD
  2. * Display time of day                
  3.  
  4. ? 'The time is '+CHR(27)+CHR(32)+CHR(50)
  5. ? ' '
  6. Store CHR(27)+CHR(32)+CHR(50) to TIME
  7. ? &TIME
  8.