What are some useful things to do with the command prompt?

Arcadio

Diamond Member
Jun 5, 2007
5,637
24
81
I miss using the command prompt.. what are some good uses/applications of the command prompt under Windows 7, other than the typical diagnostic programs (ipconfig, chkdsk, et al.)?
 

chucky2

Lifer
Dec 9, 1999
10,018
37
91
Renaming mass amounts of files or changing their extension is nice, but that's pretty rare to have to do (at least for me) nowadays not sure if that's a massive perk.

There is something old timey satisfying in doing things by the command line instead of with a GUI though. Not something I want to do all the time but sometimes it's nice...

Chuck
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
If you really want a powerful shell you should take a look at PowerShell, no pun intended. However, while it may be powerful and the focus of MS' development in the command-line area, it's probably the worst shell available from a usability standpoint. I find it downright painful to use compared to bash or any other traditional unix shell.
 

her209

No Lifer
Oct 11, 2000
56,336
11
0
devmgmt.msc - brings up Device Manager
diskmgmt.msc - brings up Disk Management
lusrmgr.msc - brings up Local Users and Groups
services.msc - brings up Services
appwiz.cpl - brings up Add/Remove Programs (Programs and Features in Vista/7)
powercfg.cpl - brings up Power Options
firewall.cpl - brings up Windows Firewall
 

ViRGE

Elite Member, Moderator Emeritus
Oct 9, 1999
31,516
167
106
If you really want a powerful shell you should take a look at PowerShell, no pun intended. However, while it may be powerful and the focus of MS' development in the command-line area, it's probably the worst shell available from a usability standpoint. I find it downright painful to use compared to bash or any other traditional unix shell.
I'm glad I'm not the only one that thinks that. I like the concept, but I simply cannot learn it well enough to use it on a day-to-day basis.
 

Charlie98

Diamond Member
Nov 6, 2011
6,298
64
91
I've always been scared to death of the command prompt but used it recently to pull my acorns out of the fire...

diskpart
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I'm glad I'm not the only one that thinks that. I like the concept, but I simply cannot learn it well enough to use it on a day-to-day basis.

It seems to be a decent scripting language, but is pure hell from a user interface/shell standpoint.
 

elkinm

Platinum Member
Jun 9, 2001
2,146
0
71
deltree, rmdir, or equivalent. The only way to clear a folder were files or subfolders may be in use. Explorer errors out and stops.

Attrib. Cannot change many attributes with a GUI.

With Microsoft limiting GUI options with later versions, I mind myself going to the command prompt or registry much more than ever before.
 

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
It seems to be a decent scripting language, but is pure hell from a user interface/shell standpoint.

I really recommend you pickup a book about it. Once you get the concepts down it is amazing for certain tasks.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I really recommend you pickup a book about it. Once you get the concepts down it is amazing for certain tasks.

I'm sure it is and I'll most likely be using it more in the future since I'm supposed to be doing some Exchange and AD projects soon. But I'm leery about jumping in too far since I don't want it undoing all of the logical shell stuff I've learned from Linux. =)
 

6string

Member
Jun 9, 2012
28
0
0
activedirectorytools.net
There are some good built in commands for network troubleshooting such as ping, traceroute and pathping. Netstat is another really cool command that shows you what is connected to your computer.