AmiNodes Public Screen for use with BBS's

This Screen was created to enable multiple nodes to be displayed on the same screen.
So SysOps can see each Node without screen swaping.

HOW IS THIS DONE?

AmiNodes is simply a Public Screen that other programs can use to open their windows onto.
In conjunction with the other programs in this archive it is possible to place each node into
a window and then place these windows into our Public Screen.

ARCHIVE:	AmiNodes	-> Public Screen for the other programs to use.
		AmiNodes.BAT	-> Script file to get everything up and running.
		AmiNodes.README	-> THIS TEXT FILE

		TruePub		-> Program to promote Non-Public Screens.
		TruePub.guide	-> Guess what ;-)

		SIW		-> Program to put Public Screens into a window.
			Sorry, but I've lost the DOC.  Use ? in syntax to find options.

AmiNodes:	Clones the Workbech, so screen resolution, overscan size, and fonts will be copied.
		The name of this Public Screen is 'CWUK' this must be the name used at the end
		of SIW's syntax.
		Due to urgency the colour palette has been hardcoded to standard BBS Colours.

		To close AmiNodes - CLOSE ALL WINDOWS ON THE SCREEN. Include the one under the screens
		title bar.  It does not matter what order you close them the screen will close when
		all windows are closed.

TruePub:	Can use WildCards in its syntax so you don't need to know the whole screen title
		of each node.
		If you look at the syntax for 'TruePub' you will see Day#? twice. This will promote
		two Screens with the name 'Day'-whatever to be public.  It will only Promote these
		two screens as long as no other screen has 'Day' as a screen name.

		TruePub must be run before you open the screens as it Patches some OS routine which
		will only take effect when a new scren is Opened ( in this example only screens
		with the names 'Day' as the first three letters).

		TO USE THIS PROGGY WITH OTHER BBS's, YOU WILL NEED TO GET THE SCREEN NAMES OF
		EACH NODE.

SIW:		Sort for 'Screen In Window' take the name of a public screen and places it into
		a window which can be displayed on anyother public screen ( In our case 'CWUK')

		These windows are updated every second, and if the screen is bigger than the window
		it is possible to scroll around by pressing the LMB and moving the mouse.

SIW *** WILL NOT *** release PUBLIC screens that close while it is showing them. i.e If /X nodes
close the screen when caller logs off, you will have a problem.  DayDream doesn't do it so I sure
/X won't.

                                     ****** IMPORTANT *******
If you shut down my Proggy you must type 'TruePub QUIT' before running this Batch file again!!!
                                     ************************

IF YOU HAVE ANY PROBS, OR ANY MODIFICATIONS YOU WOULD LIKE TO SEE, JUST LET ME KNOW.

AmiNodes.BAT
<----------------------------- cut -------------------------->

C:Run C:AmiNodes
C:Run C:TruePub Day#? Day#?
C:Run DayDream:DayDream n1
C:Run DayDream:DayDream n2
C:Run C:SIW SCREEN_1 CWUK
C:Run C:SIW SCREEN_2 CWUK

<----------------------------- cut -------------------------->
