Windows 7 Forums


Reply
Thread Tools

Windows 7 CMD Help & Tips

 
 
clifford_cooley clifford_cooley is offline
(c_c)
clifford_cooley's Avatar
Join Date: Mar 2009
Location: Arkansas, USA
Posts: 4,509
Thanked: 931
 
      05-06-2010
Here is a little something that I have put together over the years while writing scripts for Command-Line and Java-Script.
Windows 7 CMD Help & Tips-html_commandline.jpg
Attached Files
File Type: zip Books.zip (583.8 KB, 1353 views)
 
Reply With Quote
 
 
 
 
Fire cat Fire cat is offline
Established Member
Join Date: Mar 2010
Posts: 1,156
Thanked: 164
 
      05-06-2010
Quote:
Originally Posted by clifford_cooley View Post
Here is a little something that I have put together over the years while writing scripts for Command-Line and Java-Script.
Attachment 985
Good one Clifford! Thanks a lot.
In was wondering, would you mind if I posted this link on the main post, so that everybody can have access to it easily?
Thanks,
Fire Cat
 
Reply With Quote
 
clifford_cooley clifford_cooley is offline
(c_c)
clifford_cooley's Avatar
Join Date: Mar 2009
Location: Arkansas, USA
Posts: 4,509
Thanked: 931
 
      05-06-2010
Not at all, go ahead and share it anywhere you wish.
 
Reply With Quote
 
Fire cat Fire cat is offline
Established Member
Join Date: Mar 2010
Posts: 1,156
Thanked: 164
 
      05-06-2010
Ok, so I added the link!
Hey, don't forget to post any tip or any command-line related information that you would like to share!

Thanks,
Fire cat

Last edited by Fire cat; 05-07-2010 at 12:56 PM..
 
Reply With Quote
 
Bugsy Bugsy is offline
Established Member
Bugsy's Avatar
Join Date: Nov 2010
Location: Glasgow UK
Posts: 241
Thanked: 28
 
      12-07-2010
Command Prompt - Advanced Commands for System Information & Managing Active Tasks For Windows 7

Here are just a few easy commands to remember

How to View Your System Information;

Command Prompt allows you to view system information by using a simple command called systeminfo. Type it and see what happens. a complete list of information about your operating system and computer components will be displayed. There are details like the version of the operating system, status of your memory or processor type, and some network information is available like IP or MAC addresses.

Display the List of Currently Running Processes;

To view the list of currently running processes, you have to use the tasklist command. Type tasklist and press Enter.

Stop a Process Using Taskkill;

To kill or stop a running process, you need to use the taskkill command. Let's assume that you want to stop the application SnspShot that is running on your computer, Its process is called Snapshot.exe. type the command taskkill /im snapshot.exe. The /im parameter is used to stop a process by typing process name.

To kill any running process, you need to have administrative permissions and run the Command Prompt as administrator.

How to Use Help in Command Prompt;

In Command Prompt you just have to type the help command and then press Enter. A list of all available commands will be displayed.

If a certain command interests you type help followed by the name of the command. Another way to do the same thing is to type command_name followed by the /? parameter.

Testing the Connection to a Website or Network/Internet Location;

To test your connection to a certain website or another network or Internet location, you can use the ping network command followed by a web-address or IP address. For example, if you want to check the connectivity to our website, without opening a web browser, type ping www.w7forums.com and then press Enter.

Check Network Connections and Display Port Information;

With the netstat command you will be able to see active network connections between your system and any other systems on your network or the Internet.

The /a parameter shows all connections and listening ports.

For many more commands visit Here


Hope you found this useful
Attached Thumbnails
Windows 7 CMD Help & Tips-snapshot_121817.png  
 
Reply With Quote
 
davehc davehc is offline
Super Moderator
davehc's Avatar
Join Date: Jul 2009
Location: Denmark
Posts: 1,867
Thanked: 408
 
      12-08-2010
Hi Bugsy. This was covered earlier, but it is always worthwhile ressurecting!
I have merged it therefore with the earlier thread.
 
Reply With Quote
 
Kable Kable is offline
New Member
Join Date: Apr 2012
Posts: 1
Thanked: 0
 
      04-18-2012
I've also found Houstname to be helpful displays the computer name but isn't listed in the "help" list
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Install Windows 7 davehc Software 0 08-16-2010 02:50 PM
Windows 7 Annoyances Nibiru2012 General Discussion 6 03-17-2010 06:17 PM
Clean Install Windows 7 with Upgrade Media Nibiru2012 Installation, Setup and Updates 0 12-22-2009 07:03 PM
Clean Install Windows 7 with Upgrade Media Nibiru2012 Installation, Setup and Updates 2 12-04-2009 06:30 PM
Important Issues in This Release Candidate of Windows 7 Ian News 0 05-05-2009 03:25 PM


All times are GMT +1. The time now is 02:43 PM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33