Goto:
4C Home
|
4C Docs
|
4C Client Programs
w4ccl
w4ccl
-
Purpose:
-
4ccl is a non interactive 4c client program.
-
Usage:
-
w4ccl <option> [ <optarg> ] ...
-
Options:
-
-
-a <app> - Specify app to run
-
-c <conn> - Specify connection
-
-g <group> - Name the first group to run.
-
-o <outfile> - Specify output file for 4c error msgs.
-
-p <program> - Specify first program to run
-
-u <username> - Specify user to connect as.
-
-P <password> - unencode password
-
-E <encoded passwd>
-
-D - Turns on debug messages
-
-V - Turns on verbose debug messages
-
-I - Enable interactive logon.
Returns:
-
-
0 - Normal Exit
-
1 - Error Exit
-
Example:
-
-
Description:
-
-
Bugs/Features/Comments:
-
-
See Also:
-
Back to Top