![]() |
LOGIN-X-770: This utility could not execute external program name. Either the environment is too big or the command line is too long.
Source: LOGIN.EXE
Possible Cause: The login script tried to execute a command using the #command. DOS allows only 128 characters on the command line. If the command is too long, it cannot be executed when using DOS, and LOGIN will warn you of this problem.
Action: Limit the external command, or set the environment string length to 128.
Possible Cause: The space required for the environment information was greater than 32 KB.
Action: If possible, divide the command into two separate commands executed one after another.
![]() |