Xerox -05W Printer User Manual


 
12-44
Creating A Script File
FTU START
Syntax: FTU START <command>
This will start a file transfer where <command> can either be a variable or a string
which usually relates to the name of the file to send or receive.
The ftu set command is used prior to ftu start to specify whether you are sending or
receiving a file. For example:
ftu set how send
ftu start "fred.doc"
If how is set to remote or local, this would invoke the limited operations available.
For example:
ftu set how local
ftu start "c:\transfer\files"
would change the local directory to that specified, and:
ftu set remote change dir
ftu set how remote
ftu start "\sparc\transfer_files|password"
would change the remote directory to that specified.
Refer to the Error Numbers section later in this chapter for a list of possible error
numbers for this command.
Note: The remote finish, bye and logout commands will ignore
the string associated with ftu start.
GETINI
Syntax: GETINI <section> <entry> <variable> [<ini file>]
This enables you get a setting from an initialization file, where
<section> is a string or string variable (see var) which specifies the heading of
the command group, for example tt07w for TeemTalk-07W initializa-
tion 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.
<variable> is the name of a previously defined string or integer variable which will
be used to store the setting.
<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/NT).