X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 20 Aug 2004 16:52:29 -0400 Message-Id: <200408202052.i7KKqT9J007649@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (one2001boy AT yahoo DOT com) Subject: Re: gunzip.exe missed in gzip135b.zip? References: <200408201850 DOT i7KIoWCl005856 AT envy DOT delorie DOT com> <200408202019 DOT i7KKJXdT007147 AT envy DOT delorie DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I tried data file. It seems that the created symbolic file can only > be displayed correctly using cat. If using vi or more.exe or > microsoft word, they will display Yes. Symlinks of DJGPP's sort are DJGPP-specific, tools from other places will not see them as symlinks. > Where to get stubedit.exe? It's in djdev203.zip; you should already have it. > Thanks. can I use: > stubedit gunzip.exe runfile="gzip -d"? No. "runfile" only changes the file that's loaded, it cannot change the command line. Note that gzip doesn't need the "-d" as it uses the name it was invoked with (gunzip in this case) to set its defaults.