login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


What exactly can you do with the command prompt? I know I can execute java files(when java installed), look for IP address and defrag.

asked Jul 22 '10 at 12:51

Patxi's gravatar image

Patxi
12.6k206272386


The command prompt has been depreciated, and is there mostly for compatibility reasons these days.

Windows Vista and Windows 7 come with the much improved Windows PowerShell, which as the name name implies, is a powerful command shell for NT based operating systems. It comes with its own scripting language which puts batch files to shame. As an added bonus, PowerShell also supports UNC paths, allowing it to interact with network shares (the old command prompt can't do this).

Ideally, anything you can do from the Windows GUI should be possible from PowerShell. The command line nature also allows for batch processing of large numbers of items (weather they be files, settings, or entries in a database) very easily.

As a side note, PowerShell is also available for Windows Xp as a separate download from Microsoft, if you're using an older system and want to try it.

answered Jul 22 '10 at 12:56

Leapo's gravatar image

Leapo
2.2k92246

edited Jul 22 '10 at 13:01

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×1,411
×17
×10
×9

Asked: Jul 22 '10 at 12:51

Seen: 372 times

Last updated: Jul 22 '10 at 13:01