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 read from disk exactly as-is;
                    in TEXT mode, Windows-specific processing is executed.
                    TEXT     : Files are interpreted as Windows text-files.
                    BINARY   : Files are read without any processing.
 
ARGUMENT          : 62: set to TEXT
                    63: set to BINARY

DEFAULT           : TEXT
                    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