Connecting Tech Pros Worldwide Help | Site Map

What can you do with Command Prompt?

  #1  
Old June 19th, 2007, 08:27 PM
moishy's Avatar
Member
 
Join Date: Oct 2006
Posts: 104
Hi!
Does anybody know cool tricks and stuff that you can do using command prompt
  #2  
Old June 19th, 2007, 08:54 PM
Atran's Avatar
Needs Regular Fix
 
Join Date: May 2007
Location: Sweden
Posts: 323

re: What can you do with Command Prompt?


When you open a prank-virus, you can disable the virus using this:
Expand|Select|Wrap|Line Numbers
  1. shutdown -a
When you end a system process, your pc shows to you an alert messagebox.
The messagebox gives you 1min to shutdown the pc, and warns you to save your work.
The prank-virus is like this messagebox. so the virus comes to shutdown your pc for no reason.
  #3  
Old June 19th, 2007, 09:11 PM
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435

re: What can you do with Command Prompt?


Windows, Mac or *n?x?
  #4  
Old June 19th, 2007, 09:18 PM
moishy's Avatar
Member
 
Join Date: Oct 2006
Posts: 104

re: What can you do with Command Prompt?


Quote:
Originally Posted by pbmods
Windows, Mac or *n?x?
Windows XP is what I'm reffering to
  #5  
Old June 19th, 2007, 09:20 PM
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435

re: What can you do with Command Prompt?


Quote:
Originally Posted by moishy
Windows XP is what I'm reffering to
Hmph. Well I guess I'm out, then.
  #6  
Old June 19th, 2007, 11:39 PM
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,450

re: What can you do with Command Prompt?


Try typing
Expand|Select|Wrap|Line Numbers
  1. CMD /?
at the command prompt. There's a whole lot of tips and tricks you can use.
  #7  
Old June 20th, 2007, 10:27 PM
moishy's Avatar
Member
 
Join Date: Oct 2006
Posts: 104

re: What can you do with Command Prompt?


Is there anything you can do with somebody's IP address?
  #8  
Old June 21st, 2007, 02:08 PM
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,450

re: What can you do with Command Prompt?


What sort of thing are you talking about?
  #9  
Old June 22nd, 2007, 12:05 AM
archonmagnus's Avatar
Member
 
Join Date: Jun 2007
Location: The Interweb
Posts: 115

re: What can you do with Command Prompt?


Quote:
Originally Posted by moishy
Is there anything you can do with somebody's IP address?
You can try to ping them, or trace root the IP.

Expand|Select|Wrap|Line Numbers
  1. ping xxx.xxx.xxx.xxx
  2.  
Will tell you if there is a computer at that address and how many milliseconds it takes for packets to transfer between them.

Expand|Select|Wrap|Line Numbers
  1. tracert xxx.xxx.xxx.xxx
or
Expand|Select|Wrap|Line Numbers
  1. tracert randomdomainname.tld
Will tell you the names of the computers/servers a packet travels through to get to the specified location. These days, however, most firewalls are stealthed to both pings and trace roots.

The WinXP command prompt pales to the old DOS prompts (and both are egregious if you're used to unix-derived shells). You'd have a lot more cool toys if you were to install and use Cygwin or another terminal emulator.
  #10  
Old June 22nd, 2007, 01:49 PM
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,450

re: What can you do with Command Prompt?


Quote:
Originally Posted by archonmagnus
The WinXP command prompt pales to the old DOS prompts (and both are egregious if you're used to unix-derived shells). You'd have a lot more cool toys if you were to install and use Cygwin or another terminal emulator.
Do you mean the XP version is lots better or lots worse than the DOS equivalent. As it's a far enhanced superset of the earlier version I can't think why anyone would think the latter.

These IP related tools (very interesting - thank you) are indeed not restricted to the command line, any more than any other tools are. Any shell should be able to run any executable program (as these tools are).
  #11  
Old June 22nd, 2007, 11:10 PM
archonmagnus's Avatar
Member
 
Join Date: Jun 2007
Location: The Interweb
Posts: 115

re: What can you do with Command Prompt?


Quote:
Originally Posted by NeoPa
Do you mean the XP version is lots better or lots worse than the DOS equivalent. As it's a far enhanced superset of the earlier version I can't think why anyone would think the latter.

These IP related tools (very interesting - thank you) are indeed not restricted to the command line, any more than any other tools are. Any shell should be able to run any executable program (as these tools are).
That's true and I apologize for the inflamatory nature with which my previous statement was worded. Thinking about it (while fully awake this time) I do concede the point that cmd can be more efficacious than DOS. Please don't misunderstand, I use cmd on XP often (especially ipconfig), but in regard to "cool" toys for the CLI, I think that the better experience is with GNU IP/NIS tools (which can be used in Windows).
  #12  
Old June 23rd, 2007, 12:42 AM
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,450

re: What can you do with Command Prompt?


Quote:
Originally Posted by archonmagnus
That's true and I apologize for the inflamatory nature with which my previous statement was worded.
Not required (I didn't notice any problem). I was just clarifying what you were saying. If that's what you were saying I simply disagree, that's all. I'm not offended & I doubt anyone else would be.
Your opinions are respected, and would be even if you hadn't suggested some helpful info about IP related tools.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic Dot Net Code to Communicate with a weight scale Jay Patel answers 3 November 20th, 2005 10:23 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 08:57 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 07:46 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 03:55 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 5 November 14th, 2005 12:36 PM