X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "one2001boy AT yahoo DOT com" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp 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> <200408202052 DOT i7KKqT9J007649 AT envy DOT delorie DOT com> In-Reply-To: <200408202052.i7KKqT9J007649@envy.delorie.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 28 Message-ID: <0jvVc.8558$Zi.5340@newssvr29.news.prodigy.com> NNTP-Posting-Host: 69.105.157.184 X-Complaints-To: abuse AT prodigy DOT net X-Trace: newssvr29.news.prodigy.com 1093042492 ST000 69.105.157.184 (Fri, 20 Aug 2004 18:54:52 EDT) NNTP-Posting-Date: Fri, 20 Aug 2004 18:54:52 EDT Organization: SBC http://yahoo.sbc.com X-UserInfo1: [[PGGVKEEZVQG]IRN[O AT _WH@YR_B AT EXLLBWLOOAFQATJUZ]CDVW[AKK[J\]^HVKHG^EWZHBLO^[\NH_AZFWGN^\DHNVMX_DHHX[FSQKBOTS@@BP^]C AT RHS_AGDDC[AJM_T[GZNRNZAY]GNCPBDYKOLK^_CZFWPGHZIXW AT C[AFKBBQS AT E@DAZ]VDFUNTQQ]FN Date: Fri, 20 Aug 2004 22:54:52 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com DJ Delorie wrote: >>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. Thank you for your help. I think if we use alias, it might be more simple.