Skip to Content.
Sympa Menu

baslinux - Re: [BL] File Manager/Browsers (was: long filenames) 57

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: Ian Scott <mriscott AT yahoo.co.uk>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] File Manager/Browsers (was: long filenames) 57
  • Date: Tue, 27 Feb 2007 09:11:14 GMT

>
> DOS can use aliases. At its simplest, write a batch file, e.g.
>
> alias1.bat
> ------------
> realname.ext %1 %2 %3 %4 %5 %6
>
> which will do the job and allows (in this case 6) commandline parameters.
>
>

Erm - that's not an alias, that's a script (although a very simple one).

Dos (at least 6.22+) has doskey, which does do aliases:

doskey ls=dir /w $*

yane




Archive powered by MHonArc 2.6.24.

Top of Page