[Coco] Tandy OS-9 Level II startup script.

Stephen H. Fischer SFischer1 at Mindspring.com
Sun Jan 17 04:07:39 EST 2010


Hi,

For your reference, here is the stock Tandy OS-9 Level II startup script.
(Maybe)

Please understand this may not be correct, I used Windows Wordpad to extract
it.

If someone has the actual startup script, please post it.

.......................................................................................


Note the "wcreate -z" command and the four lines following, the last one is
blank saying no more windows are to be created.

So all three windows are created at once in one process to appear on the
same screen.

NOTE! On page 6-97 for WCREATE there are 4 ERRORS noted in my OS-9 Manual.

   1 = 40 Col Text
   2 = 80 Col Text
* 5 = 640x192 two color screen
* 6 = 320x192 four color screen
* 7 = 640x192 four color screen
* 8 = 320x192 sixteen color screen

I suggest trying this on the system you are using.

- - - - - - - Cut Here  - - - - - - - - - -


echo * Welcome to OS-9 LEVEL 2 *
echo * on the Color Computer 3 *
* Lock shell and std utils into memory
link shell
* Start system time from keyboard
setime </1
date t
*
* Create a 38 column text window using descriptor /w4
* using White letters on a blue background
*
wcreate /w4 -s=1 2 0 38 24 0 1 1
echo Window /w4 >/w4
shell i=/w4&
*
* Print Message to user
*
echo "Press <clear> to select window screen
*
* Create a 80 column text window using descriptor /w7
* using White letters on a blue background
* NOTE: Wcreate is commented out since the defaults for /w7 are used.
*
*wcreate /w4 -s=2 0 0 80 24 0 1 1
iniz /w7
echo Window /w7 >/w7
shell i=/w7&
*
* Print Message to user
*
echo "Press <clear> to select window screen"
*
* Create 3 graphics windows on a screen using /W1, /W2, and /W3
* Terminate window list with a blank line
*
wcreate -z
/w1 -s=6 0 0 40 12 0 1 1
/w2 0 12 28 12 2 3
/w3 28 12 12 12 2 0

*
* Load standard software fonts
* Select 8X8 (200,001) font for w1 & w2
*    and 6X8 (200,002) font for w3
*
merge ......../sys/stdfonts >/w1
display 1b 3a c8 01 >/w1
display 1b 3a c8 01 >/w2
display 1b 3a c8 02 >/w3
*
* Display window identification messages
*
*
echo Window /w1 >/w1
echo Window /w2 >/w2
echo Window /w3 >/w3
*
* Start shell on /w1 and /w2
*
shell i=/w1&
shell i=/w2&
*
* Print Message to user
*
echo "Press <clear> to select window screen"

- - - - - - - Cut Here  - - - - - - - - - -

SHF




More information about the Coco mailing list