home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / a / dbase2.arc / ERASTIME.CMD < prev    next >
Encoding:
Text File  |  1992-12-05  |  384 b   |  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.