Program: gui
Author:	 Scott McLean
		 sdm5202@rit.edu
Date:	 July 11, 1996

Purpose:
	When called from the Terminal this program passes a 
	message to the Browser to open the specified file(s)
	or directories just as if the user had double clicked
	on the icon.

	For example, the following would cause the Browser to 
	open the 'bin' folder window:
	
	$ cd /
	$ ls
	DesktopImage   bin            optional       system
	Trash          develop        preferences    tmp
	apps           documentation  public_html    usr
	$ gui bin

Usage:
	For best results, copy the gui executable into '/bin' and
	then from the command line you may type:
	
	$ gui file1 <file2> <file3> ...
	
	The same goes for any directories.
	
Bugs:
	There are no known bugs.  If you find a feature that you 
	think qualifies as a bug, email me at sdm5202@rit.edu.
	
	Oh yeah, I haven't registered my signature.  Even though
	I doubt that should be a problem, I thought I would mention
	it.
	
Distribution:
	Oh yeah, I almost forgot.  Since this is my first actual 
	semi-usefull program and since I can't remember what I am
	supposed to say here I guess I will just say this.  You 
	may use this program to your hearts content, as long as you
	keep a warm place in your heart for me... :-) As for the 
	included source code, I doubt there is enough there to be of
	much use, but it does show how to use the "get_refs_for_file"
	function that is not documented in my Dr6 BeBook.  
	
	Enjoy!!!
