Readme First (Last modified on August 8, 1997) 

Contents:
	1.  Installing VB Bridge Sample Programs
	2.  Getting Local User Name

1. Installing VB Bridge Sample Programs


There are three sample programs included in the VB Bridge program disk. 


IIS Directory (Example: InetPub) 
	
	
	-----\Scripts
			
			
			----\VBBRIDGE
					
					
					----\bin
							
							----\vbbridge.bas
					
					
					----\sample
						
							This program verify the data entered using HTML FORM
							----\sample_confirm.bas
							----\sample_confirm.htm
							

							Sample program for Graphic counters
							----\sample_counter.bas
							----\sample_counter.htm
							

							BBS System
							----\vbbbs.bas
							----\Index.htm
							----\Submit.htm
							----\images
									
									----\bbslogo.gif



Each program is set upon the completion of the installation that each program is installed under the following environment.  The installation program set the path in each HTML file dynamically. 

IIS Directory (Example: InetPub
	
	
	-----\Wwwroot (Root directory where IP address is assigned) 
			
			
			----\VB_Bridge (Directory where sample programs are copied) 
						
						----\Images (BBS system's images) 
						----\Messages (BBS system's messages) 


Please create the above directories when using sample programs.  If you wish to have other directories, you need to change the path set in each sample HTML file accordingly.  Please note that if the path is set incorrectly, the program does not run correctly. 

Please refer to the manual for creating sample programs. 
