--
(c) 1999 Jeremy Malcolm <Jer...@Malcolm.wattle.id.au>
Distribute freely but please retain attribution
Jeremy wrote:
>You know you've become a unix user when.
>1. You keep accidentally typing unix commands at the DOS prompt.
A few month into my first yeas of comp sci at unviersty, I was putz on my
DOS box at home and was really fursated decause I kept getting upset
because "ls" kept giving me a Bad Command or FIle name.
Finaly had to write an ls.bat witch consited of one line:
dir
--
Jared Hinman | The only thing neccessary for
http://www.ualberta.ca/~jhinman | the triumph of evil is for
jhi...@gpu.srv.ualberta.ca | good men to do nothing.
Pageme at: jhi...@sms.tdc.on.ca | -Edmond Burke
>You can get unix tools ported to DOS/95/NT. Search the web.
>
They have been for years - MKS.
MartyM
>Jeremy Malcolm <term...@odyssey.apana.org.au> writes:
>
>>1. You keep accidentally typing unix commands at the DOS prompt.
>A few month into my first yeas of comp sci at unviersty, I was putz on my
>DOS box at home and was really fursated decause I kept getting upset
>because "ls" kept giving me a Bad Command or FIle name.
>
>Finaly had to write an ls.bat witch consited of one line:
>dir
It's much quicker if you put doskey in your autoexec.bat and alias ls
to dir. Takes a bit of memory, but is a lot faster then the computer
having to search for hard drive for the ls.bat file.
From someone who has done this too ^_^;; And then gets annoyed when on
the unix machines they have DOS commands aliased to unix equivilants.
--
Amy Bridger (a...@full-moon.com)
I am in Brisbane
I'm the kid who sits in the corner writing a program in assembler while the rest of the class learns how to use DOS.