home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
shells
/
newpos.lha
/
Demo
next >
Wrap
Text File
|
1992-06-26
|
302b
|
13 lines
echo "Hello, this is a demonstration of the abilities of Newpos"
wait
echo "Now I will move this window to the upper left and resize it"
wait
newpos 0 0 640 400
wait
echo "Now I will make it small..."
wait
newpos 50 50 50 50
wait
newpos 50 50 400 30
Echo "This is the end of this demonstration..."
wait