home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / A / DBASE2.ARC / ERASTIME.CMD < prev    next >
OS/2 REXX Batch file  |  1992-12-05  |  384b  |  17 lines

  1. STOR 4 to line
  2. STOR 7 to column
  3. DO WHIL line<17
  4. @ line,column say '                  '
  5. STOR line+1 to line
  6. ENDD
  7. STOR 4 to line
  8. STOR 31 to column
  9. DO WHIL line<17
  10. @ line,column say '                  '
  11. STOR line+1 to line
  12. ENDD
  13. @ 2,0
  14. DO saytoday
  15. @ 2,1 say today
  16. RETU
  17.