From: Andy Eskilsson Newsgroups: comp.os.msdos.djgpp Subject: Long commandline exchange with win32 apps?? Date: 23 Apr 1997 10:46:23 +0200 Organization: Telelogic AB, Sweden Lines: 16 Sender: x-aes AT vega Message-ID: Reply-To: x-aes AT telelogic DOT se NNTP-Posting-Host: vega.telelogic.se Mime-Version: 1.0 (generated by tm-edit 7.101) Content-Type: text/plain; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am working with both win32-compiled console apps, and djgpp apps.. the problem is for example when I in a win32 port of zsh do a (djgpp) ls *(that expands to many files) the commandline gets cut after about 119 characters.. I notice the same behaviour when trying to launch win32apps from bash compiled with djgpp.. Is it possible to make these two application types to work happily together? or am I fumbling far off in the dark? I know the dos-limitations, but windows 95 doesn't seem to have these(?) limitations, or am I looking in the totally wrong direction for Hale Bopp? /Andy