< (Redirect CodeView Input)

Syntax

<device

Parameter

device

Device or file from which to read commands.

Description

The Redirect Input (<) command causes CodeView to read all subsequent command input from a file or device.

Example

The following example redirects command input from the file INFILE.TXT to CodeView. Use this method to run “scripts” of CodeView commands that you have prepared in advance.

> <INFILE.TXT

You can also start up CodeView with redirected input by typing the following at the operating-system prompt:

CV /C"<infile.txt"