Xerox -05W Printer User Manual


 
12-59
Creating A Script File
SETINI
Syntax: SETINI <section> <entry> <setting> [<ini file>]
This enables you set a setting in an initialization file, where
<section> is a string or string variable which specifies the heading of the
command group, for example tt07w for TeemTalk-07W initialization
commands in the WIN.INI file, or startup,default for TeemTalk-
07W32 initialization commands in the TT07W.INI file.
<entry> is a string or string variable which specifies the initialization command,
for example protocol.
<setting> is the setting of the command, which may be a string, integer, or vari-
able.
<ini file> is a string or string variable which specifies the name of the initializa-
tion file. This may be omitted if it is the default file WIN.INI
(Windows 3.1) or TT07W.INI (Windows 95 or NT).
The following example will set the protocol setting in the Windows 3.1 WIN.INI
file to cterm.:
setini "tt07w" "protocol" "cterm"
The following example will set the protocol setting in the Windows 95 or NT
TT07W.INI file to tcpip:
setini "startup,default" "protocol" "tcpip" "tt07w.ini"
The Error Numbers appendix lists the possible error numbers for this command.
SUBTITLE
Syntax: SUBTITLE <string>
This enables you to change the subtitle portion of the title bar in the main window.
The subtitle will be separated from the main title by a hyphen.
The specified subtitle can be a string delimited by double quotes or a variable. If no
string is specified, the current contents of the title bar will remain unchanged. No
error numbers will be generated.