Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> parameter value is out of range</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Parameter value is out of range
------------------------------------------------------------------------------
 This error message is displayed by COMMAND.COM when the swapper runs another
 program and the DOS environment on the machine is very small. SWPRUNCMD()
 gets the current size of the environment, adds the amount of additional
 environment space requested (if any) and passes a /E:nnn parameter to
 COMMAND.COM. In the case that the calculated /E:nnn value is below
 COMMAND.COM's default value, COMMAND.COM issues this error message.

 To work around this problem, either ignore the message (it is benign), or
 increase the environment size. This can be done by adding some extra
 settings to the master environment in the AUTOEXEC.BAT, or by adding a call
 to SWPADDENV(128) before swapping out, which will enlarge the environment
 above the COMMAND.COM lower limit.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson