CONTENTS | INDEX | PREV | NEXT
7.1
This section is only applicable to the Windows platform.
SYNTAX : ARG CTRL_X
RESULTING ARGUMENT: The previous value (meant for use in sequences to be
able to change a setting, trap the previous value,
and restore it on exit).
FUNCTION : Binary/txt-file can be set to TEXT or BINARY. In
BINARY mode, files are written to disk exactly as-is;
in TEXT mode, Windows-specific processing is executed.
TEXT : Files are processed to become Windows text-files.
BINARY : Files are written without any processing.
ARGUMENT : 64: set to TEXT
65: set to BINARY
DEFAULT : BINARY
TVini may overrule this.
NOTE : TV is preset to read files as TEXT and write them as
BINARY, as that is the most commonly used way in
a mixed Windows/Unix environment.
MATRIX