Mail Archives: djgpp/2000/12/19/06:56:40
On Tue, 19 Dec 2000, kredba wrote:
> If you are running MS Windows, you can run rhide.exe from desktop in MSDOS
> window. It means that windows run rhide.pif and from rhide.pif
> "command /c rhide.exe" or you can call it directly from MSDOS window.
This will change nothing.
> MSDOS window is limited to 128 chars at command prompt. You can call command
> /U:255 /E:4096 (U size of command line in chars, E size of environment in
> bytes) to run MSDOS command prompt or try run bash.exe as command
> interpreter.
This is irrelevant: RHIDE invokes the compiler directly, not through any
shell, and it uses the special way of passing command lines between DJGPP
programs, which is not limited by 126 (not 128) characters, and is not
affected by the COMMAND.COM's /U and /E switches.
> Bash
> 2.04 has probably bug. While runnig long command lines - it causes E2BIG
> errors
Please post an example command line that can be used to reproduce this
bug.
- Raw text -