TABLE OF CONTENTS


::pwtk::cp

SYNOPSIS

proc ::pwtk::cp {cp} {

PURPOSE

Explicitly set the full pathname/filename for cp.x executable (i.e. /full/path/to/cp.x).

RETURN VALUE

The value of the cp.

SOURCE

    variable QEprog

    return [set QEprog(CP) [findExecutable $cp]]
}