home *** CD-ROM | disk | FTP | other *** search
- 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