Sign On Screen Bypass [ HP ALLBASE/4GL Developer Reference Manual Vol. 1 ] MPE/iX 5.0 Documentation
HP ALLBASE/4GL Developer Reference Manual Vol. 1
Sign On Screen Bypass
Developer users and end users can bypass the HP ALLBASE/4GL sign on
screen and go directly to the initial action of the application if HP
ALLBASE/4GL is invoked with the -a and -u command line options. You must
use the -a and -u options together.
For a developer user, the -a option takes two arguments:
application_name and security_code. The name of the application to be
developed is application_name, and security_code is its development
security code (if any). If you specify security_code, you must precede
it with a colon (:). You can still access an application without
specifying the security code for the application, but you can't modify
any secured components in the application unless the correct security
code is used.
For an end user, the -a option also uses two arguments: application_name
and application_passwd. The name of the application that the user wants
to run is application_name, and application_passwd is its password (if
any). If the user specifies application_passwd, it must be preceded with
a colon (:). If the user has a default application specified in the
administrator, the application_name can be omitted.
MPE/iX 5.0 Documentation