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 >
Wrap
OS/2 REXX Batch file
|
1992-12-05
|
384b
|
17 lines
STOR 4 to line
STOR 7 to column
DO WHIL line<17
@ line,column say ' '
STOR line+1 to line
ENDD
STOR 4 to line
STOR 31 to column
DO WHIL line<17
@ line,column say ' '
STOR line+1 to line
ENDD
@ 2,0
DO saytoday
@ 2,1 say today
RETU