QAD QAD QXtend 1.8.7 > Install Guide > Prerequisites > Install the Windows Telnet Server > Configure Georgia SoftWorks
  
Configure Georgia SoftWorks
You manually create the Georgia SoftWorks startup batch file, k_start.bat. If the QAD Desktop and QXI reside on the same host and use the same instance of Georgia SoftWorks, two k_start.bat files must exist. Separate user directories under the gs_uts\scripts identify each file.
For this second case, there are multiple ways to perform the setup. See the Georgia SoftWorks documentation that downloads with the product in the \docs directory for details.
Manually create the batch file to launch the Georgia SoftWorks telnet server. Open a text editor and enter the following:
@echo off
set gwtn_term=1
set gwtn_graphics=6
set gwtn_color=0
set LRA_TERMINATION=SIG-CTRL-C,SLEEP5,SIG-CTRL-C,SLEEP5,F4, SLEEP5,e,x,i,t,ENTER,SLEEP5,e,x,i,t,ENTER,SLEEP5,e,x,i,t,ENTER
C:
set prompt=$G
Make sure the drive designation, shown in the previous file sample as C:, is the drive where you have installed Georgia SoftWorks.
Save the file as k_start.bat in the Georgia SoftWorks scripts directory, GSWTSHome\scripts. For example, c:\GS_UTS\scripts.