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: latest ls.exe version in XP problem References: <6jKbd.13476$nj DOT 4016 AT newssvr13 DOT news DOT prodigy DOT com> <416fec3d AT news DOT upm DOT es> <01c4b377$Blat.v2.2.2$bd9427e0 AT zahav DOT net DOT il> <01c4b404$Blat.v2.2.2$848b3140 AT zahav DOT net DOT il> <4174502D DOT 2B5BFD61 AT att DOT net> In-Reply-To: <4174502D.2B5BFD61@att.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 19 Message-ID: NNTP-Posting-Host: 69.110.163.208 X-Complaints-To: abuse AT prodigy DOT net X-Trace: newssvr13.news.prodigy.com 1098326554 ST000 69.110.163.208 (Wed, 20 Oct 2004 22:42:34 EDT) NNTP-Posting-Date: Wed, 20 Oct 2004 22:42:34 EDT Organization: SBC http://yahoo.sbc.com X-UserInfo1: SCSYASFGVBRUR^QSV AT CBNWX@RJ_XPDLMN AT GZ_GYO^RR AT ETUCCNSKQFCY@TXDX_WHSVB]ZEJLSNY\^J[CUVSA_QLFC^RQHUPH[P[NRWCCMLSNPOD_ESALHUK AT TDFUZHBLJ\XGKL^NXA\EVHSP[D_C^B_^JCX^W]CHBAX]POG AT SSAZQ\LE[DCNMUPG_VSC AT VJM Date: Thu, 21 Oct 2004 02:42:34 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com roy robertson wrote: > "one2001boy AT yahoo DOT com" wrote: > > >>I created an alias for "ls" alias to "ls -F" > > > Don't you get some kind of recursion nightmare if you do that? > Try it with lss aliassed to ls -F, or maybe there's an environmental variable you can set? > > Roy I use C/C++ interpreter Ch shell, you can find it at http://www.softintegration.com/docs/ch/shell/ you can set the alias with alias("ls", "ls -F"); or put it in _chrc configuratino file.