Bill said:
			
		
	
	
		
		
			What percentage of Windows users do you suppose have
never run ANY command from the command line?
		
		
	 
Perhaps the question could be asking how many users know that you *can* run
nontrivial commands from the command line?  Or that there are some things
you can only do from the command line?
I've automated most of the Windows 7 build process at my POE using numerous
command-line scripts, plus a few PowerShell scripts and C# applications
where the CMD shell doesn't offer the needed function.  I take some
(good-natured) ribbing for using the old tools, but my response is the same
as it's been for years: it does everything we need it to do.
M$ designed the "Server 2008 Core" configuration to operate exclusively from
the command line: there is no GUI support.  One interesting statistic about
this is the number of security bulletins that list Server 2008 as an
affected system...but then note that Server Core is NOT affected.
	
	
		
		
			I admit when Windows first came out, I was a ney-sayer--"surely
it wouldn't support the complex manipulations I needed to perform
fromt the command line"...once in a while, I miss some of my xedit
editing commands, but not too often!
		
		
	 
If you miss the power of the XEDIT commands, buy a copy of Kevin Kearney's
KEDIT application that essentially ports the XEDIT interface to the PC
world, using REXX as its macro language.  (If you're interested, buy it now.
Kevin has stated that he plans to market it only through the end of this
year, and support it for another year.  I suspect that his potential
customer base - i.e., the old VM community - is either already a customer or
never will be.) The current version (1.6) runs on both 32-bit and 64-bit
Windows 7.  
www.kedit.com
I routinely use the old character-mode KEDIT for DOS program for quick text
edits.  Like Quicken for DOS (which I still use to keep track of bank and
credit card accounts) it does what I want with a minimum of fuss.
Joe Morris