Thread: April 1 (Z5MV)
View Single Post
  #36  
Old 04-06-2007, 06:38 PM
Derek's Avatar
Derek Derek is offline
Dean of misderektion
Senior Staff
 
Join Date: Mar 2003
Location: Sector 001
Posts: 1,106
Default

I still use DOS. Or at least I use "Command Prompt" on my Windows computers. 'dir' and 'cd' are the main ones I use from the command shell. And I use the command prompt all the time on my linux computers.

Gatac's list is good, but there's a great DOS command he didn't list: 'rem.' It's 'echo' without the output! Let's look at a typical novice's session with the mighty rem:

c:\> rem
c:\> rem help
c:\> rem quit
c:\> rem exit
c:\> rem bye
c:\> rem hello?
c:\> rem eat flaming death
c:\> rem ^C
c:\> rem ^C
c:\> rem ^D
c:\> rem

---
Note the consistent command flags and error reportage. Rem is
generous enough to flag errors, yet prudent enough not to overwhelm
the novice with verbosity.

(Okay, I started borrowing from The Ed man joke page at the end there.)
__________________
"Please, Aslan," said Lucy, "what do you call soon?"
"I call all times soon," said Aslan; and instantly he vanished away and Lucy was alone with the Magician.
Reply With Quote