Home Reference HScript commands 

read hscript command

Reads a line on user input into one or more variables.

Usages

  1. read [-g] variable_name [variablename2 ..]

If you specify more than one variable, each argument in the line is assigned to each variable. The last variable gets any remainder.

Options

-g

Make the variables global (see the setenv command).