View Full Version : DOS Shortcuts
David Angelovich
April 14th 04, 08:12 PM
Hi
I'm a Unix/Windows user and I'm constantly entering the wrong commands into
the command prompt in XP....
How can I make "ls" do the same thing as "dir" in command prompt windows?
- David Angelovich
Mike
April 14th 04, 08:12 PM
"David Angelovich" > wrote in message
...
> Hi
>
> I'm a Unix/Windows user and I'm constantly entering the wrong commands
into
> the command prompt in XP....
> How can I make "ls" do the same thing as "dir" in command prompt windows?
>
> - David Angelovich
>
>
Does Unix recognize the 'dir' command and if so, does it do the same thing
as in Windows?..
FrankV
April 14th 04, 08:13 PM
There's an old list of Unix shells written for MS-DOS. I've had it for so
many years I don't remember were it cam from but do a little searching on
http://www.simtel.net/welcome.php.
Frank
"David Angelovich" > wrote in message
...
> Hi
>
> I'm a Unix/Windows user and I'm constantly entering the wrong commands
into
> the command prompt in XP....
> How can I make "ls" do the same thing as "dir" in command prompt windows?
>
> - David Angelovich
>
>
FrankV
April 14th 04, 08:13 PM
There's an old list of Unix shells written for MS-DOS. I've had it for so
many years I don't remember were it cam from but do a little searching on
http://www.simtel.net/welcome.php.
Frank
"David Angelovich" > wrote in message
...
> Hi
>
> I'm a Unix/Windows user and I'm constantly entering the wrong commands
into
> the command prompt in XP....
> How can I make "ls" do the same thing as "dir" in command prompt windows?
>
> - David Angelovich
>
>
FrankV
April 14th 04, 08:13 PM
There's an old list of Unix shells written for MS-DOS. I've had it for so
many years I don't remember were it cam from but do a little searching on
http://www.simtel.net/welcome.php.
Frank
"David Angelovich" > wrote in message
...
> Hi
>
> I'm a Unix/Windows user and I'm constantly entering the wrong commands
into
> the command prompt in XP....
> How can I make "ls" do the same thing as "dir" in command prompt windows?
>
> - David Angelovich
>
>
David Candy
April 14th 04, 08:13 PM
If you can get the Windows 2000 Server kit you'll find a win32 port of =
ls. A posix ls has been distributed with all versions of NT except XP. =
With the removal of posix in the next version (XP) MS ported the posix =
tools. Note both are on the CD - 1 posix and one Win32.
Plus there is another port in the Win98 resource kit as well (as 98 has =
never done posix)
ftp://ftp.microsoft.com/services/technet/samples/ps/win98/reskit/FILE/
--=20
----------------------------------------------------------
http://www.g2mil.com/Dec2003.htm
"Mike" > wrote in message =
...
>=20
> "David Angelovich" > wrote in message
> ...
> > Hi
> >
> > I'm a Unix/Windows user and I'm constantly entering the wrong =
commands
> into
> > the command prompt in XP....
> > How can I make "ls" do the same thing as "dir" in command prompt =
windows?
> >
> > - David Angelovich
> >
> >
>=20
> Does Unix recognize the 'dir' command and if so, does it do the same =
thing
> as in Windows?..
>=20
>
FrankV
April 14th 04, 08:14 PM
There's an old list of Unix shells written for MS-DOS. I've had it for so
many years I don't remember were it cam from but do a little searching on
http://www.simtel.net/welcome.php.
Frank
"David Angelovich" > wrote in message
...
> Hi
>
> I'm a Unix/Windows user and I'm constantly entering the wrong commands
into
> the command prompt in XP....
> How can I make "ls" do the same thing as "dir" in command prompt windows?
>
> - David Angelovich
>
>
Atreju
April 14th 04, 08:24 PM
On Sat, 10 Apr 2004 21:17:14 +1000, "David Angelovich"
> wrote:
>Hi
>
>I'm a Unix/Windows user and I'm constantly entering the wrong commands into
>the command prompt in XP....
>How can I make "ls" do the same thing as "dir" in command prompt windows?
>
>- David Angelovich
>
You can put a batch file somewhere in the search path and call it
"ls,bat" and in it one line: dir %1 %2 %3 (I don't even think those
are necessary).
Also, you could use Doskey, which stores macros into memory.
---Atreju---
Atreju
April 14th 04, 08:24 PM
On Sat, 10 Apr 2004 21:17:14 +1000, "David Angelovich"
> wrote:
>Hi
>
>I'm a Unix/Windows user and I'm constantly entering the wrong commands into
>the command prompt in XP....
>How can I make "ls" do the same thing as "dir" in command prompt windows?
>
>- David Angelovich
>
You can put a batch file somewhere in the search path and call it
"ls,bat" and in it one line: dir %1 %2 %3 (I don't even think those
are necessary).
Also, you could use Doskey, which stores macros into memory.
---Atreju---
Atreju
April 14th 04, 08:24 PM
On Sat, 10 Apr 2004 21:17:14 +1000, "David Angelovich"
> wrote:
>Hi
>
>I'm a Unix/Windows user and I'm constantly entering the wrong commands into
>the command prompt in XP....
>How can I make "ls" do the same thing as "dir" in command prompt windows?
>
>- David Angelovich
>
You can put a batch file somewhere in the search path and call it
"ls,bat" and in it one line: dir %1 %2 %3 (I don't even think those
are necessary).
Also, you could use Doskey, which stores macros into memory.
---Atreju---
Atreju
April 14th 04, 08:26 PM
On Sat, 10 Apr 2004 21:17:14 +1000, "David Angelovich"
> wrote:
>Hi
>
>I'm a Unix/Windows user and I'm constantly entering the wrong commands into
>the command prompt in XP....
>How can I make "ls" do the same thing as "dir" in command prompt windows?
>
>- David Angelovich
>
You can put a batch file somewhere in the search path and call it
"ls,bat" and in it one line: dir %1 %2 %3 (I don't even think those
are necessary).
Also, you could use Doskey, which stores macros into memory.
---Atreju---
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.