/************************************************************************/
/*                                                                      */
/*		$VER: clock.ibrx V1.0 ©1997 by Campino			*/
/*									*/
/************************************************************************/
/*									*/
/* Startet die Uhr von der Workbench und holt sie in den IBrowse Screen */
/*									*/
/* Start the clock from the workbench and displays it in the IBrowse S. */
/*									*/
/*      Copyright ©1997 by Campino (campino@ul.german-online.de) !      */
/*									*/
/************************************************************************/

/************************************************************************/
/*									*/
/* Installation:							*/
/*									*/
/* 1) Erzeuge ein Rexx Verzeichnis im IBrowse Verzeichnis.		*/
/* 2) Kopiere das clock.ibrx in das Rexx Verzeichnis.			*/
/* 3) Starte IBrowse, gehe zum Menuepunkt Einstellungen/Allgemeines	*/
/* 4) Klicke auf Rexx und dann auf Neu					*/
/* 5) Gib bei Name z.b. Clock ein und wähle das clock.ibrx File im 	*/
/*    Makro Eingabefeld !						*/
/* 6) Klicke auf OK und speichere dann die Einstellungen ab !		*/
/* 7) Fertig ! Gehe nun zum Menuepunkt Rexx und waehle Clock an, nun	*/
/*    muesste die Uhr im IBrowse Screen zu sehen sein :)		*/
/*									*/
/* Installation:							*/
/*									*/
/* 1) Create a directory called Rexx in the IBrowse directory.		*/
/* 2) Copy the clock.ibrx file in the Rexx directory of IBrowse.	*/
/* 3) Start IBrowse, go to the Menue Settings/General			*/
/* 4) Go to Rexx and then click on the New gadget			*/
/* 5) In the Name field you can enter Clock. Choose the clock.ibrx	*/
/*    file in the Macro field !						*/
/* 6) Click on the OK gadget and save your settings !			*/
/* 7) Ready ! Go to the Menue Rexx and choose Clock. Now the clock must */
/*    appear on the IBrowse Screen :)					*/
/*									*/
/************************************************************************/

/************************************************************************/
/*									*/
/* History								*/
/*									*/
/* V1.0 (29.06.1996) - Mainrelease !					*/
/*									*/
/* FOR BUG-REPORTS OR ANYTHING OTHER FEEL FREE TO CONTACT ME VIA EMAIL! */
/* EMAIL: CAMPINO@UL.GERMAN-ONLINE.DE 					*/
/*									*/
/************************************************************************/

/**********************************************
 *  Einstellungen ! - Ändere was Du willst !  *
 **********************************************
 *  Settings ! - Change what you want !       *
 **********************************************/

IBrowseScreen=IBrowse		/* IBrowse Public Screen Name */
				/* IBrowse Public Screen Name */

ClockPath1=sys			/* Name der Partition, hier sys: 
				   angabe OHNE (!!!) ":" !!!!!!!!!!! */
				/* Name of partition, here sys: 
				   WITHOUT (!!!) ":" !!!!!!!!!!!!!!! */

ClockPath2=utilities		/* Name des Verzeichnisses, hier utilities/
				   angabe OHNE (!!!) "/" !!!!!!!!!!! */
				/* Name of directory, here utilities/
				   WITHOUT (!!!) "/" !!!!!!!!!!!!!!! */

/************************************
 *  Und nun - Ändere NICHTS mehr !  *
 ************************************
 *  And now - Change NOTHING more ! *
 ************************************/

address command ""||ClockPath1||":"||ClockPath2||"/clock pubscreen "||IBrowseScreen||" digital format 2 top 0 left 9999"

/************************************************************************/
/*									*/
/*				 END					*/
/*									*/
/************************************************************************/
