home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
sysutl
/
sh1_111.arc
/
MOVWNDOW.SH
< prev
next >
Wrap
Text File
|
1987-10-26
|
518b
|
32 lines
cls
echo !
╔═════════════════╗
║ window ║
║ window ║
║ window ║
║ window ║
╚═════════════════╝
!
shx -scrs zzz.scr 1 1 20 6
cls
ZZZ=1
repeat
echo 1234567890123456789012345678901234567890123456789012345678901234567890
compute ZZZ=%ZZZ+1
until %ZZZ == 25
shx -scrs ZZZ1.SCR
X=1
Y=1
X1=20
Y1=6
repeat
shx -scrl ZZZ.SCR %X %Y %X1 %Y1
compute X=%X+1
compute Y=%Y+1
compute X1=%X1+1
compute Y1=%Y1+1
shx -scrl ZZZ1.SCR
until %Y1 == 25
cls