Mail Archives: djgpp/2002/07/08/18:03:13
Hello.
buddy lott wrote:
> 1) Command lines that are too large. I gave tried the response file method
> for resolving this and it doesn't seem work for me. I have not tried the
> !proxy method but it seems to apply only to gnu related tools (which this is
> not) and I have not seen an example of how to use it. I finally settle on
> echoing the command to a batch file ($*temp.bat) and executing it which
> works on Windows 2000 but not on WinNT4.0. Is there a better way?
[snip]
Why does it not work? How does it fail?
I suspect it may fail, because you are mixing programs that support long
filenames and those that don't. Windows NT 4 does not provide the relevant
interfaces that DJGPP uses (the LFN API), whereas Windows 2000 does. You could
try installing an LFN TSR for Windows NT 4, to see if that helps. There is an
LFN TSR for NT on the DJGPP archive on Simtel.NET: v2misc/ntlfn08b.zip.
Also, are you really using filenames with wildcard characters in them (?, *)?
Regards,
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -