;Original name of this file:  HOSTSET (no extension allowed)
;Supplied with Saber LAN Workstation ver. 5/ReachOut ver. 4.03.

;Sample ReachOut install script file for installing network users
;on a typical Saber LAN Workstation network running NetWare.  
;This script will create C:\REACHOUT and place in it the
;necessary BAT files for loading and unloading the minimum 
;modules required for ReachOut.  Some modules have been 
;left out to conserve RAM.  Please review the 
;OPTIONAL TSRS/buffers section.
;See READ.ME and TECHNOTE.DOC for more info.

;=======================================================
;GENERAL SCRIPT PARAMETERS

;type=host/viewer/both
Type=both

;mode=Windows/DOS/both
Mode=both

;Communications=ACS/Modem/Network
Communications=Network

;network=NetBIOS/IPX/SAP/BANYAN/FTP
Network=IPX

;Name to assign to station <name/%1/%var%/blank=none>
Name=%L_LOGIN%

;NetWare server name <server/%2/%var%/blank=none>
Server=%S_SERVER%

;Unique path where BAT and temp files are stored
;(See SET RCHPATH= statement in GHN.BAT and WINLDN.BAT)
Target=c:\reachout

;DAT or GRP file where ReachOut icons are to be created
;(No extension allowed.  Default is REACHOUT)
;Group=
;=======================================================

;=======================================================
;THE FOLLOWING ARE RECOMMENDED FOR NETWORK USER INSTALLS
;Auto load responses without prompting user
Auto 

;Do not prompt user for ReachOut paths in DOS install
Accept

;Do not copy EXE's
Public 

;Do NOT create Windows group file
;Nogroup

;Skip password file creation
NoPassword 

;Suppress all dialogs during install
Hidden     

;Exit from Windows when install is completed
;Exit
;=======================================================

;=======================================================
;OPTIONAL TSRs/buffers:
;Load support for DOS graphics applications yes/no (uses 11K)
Graphics=no

;Load support for background file transfer 1/2/4/8 (uses 7-14K)
;(indicates size of buffer in K)
;File=1

;Include Remote Access Client in BAT files (uses 29K)
;RaClient

;Include Remote Access Server in BAT files (uses 16K)
;RaServer

;Don't ask about Remote Access during install
RaNone

;Display buffer size 2000<=xxxx<=8000
DSPS=2000
;=======================================================

;=======================================================
;FOR USING DOS INSTALL ON WINDOWS WORKSTATION

;Windows path
Windows=C:\WINDOWS

;Windows SYSTEM drivers path
System=C:\WINDOWS\SYSTEM
;=======================================================
