In: Computer Science
Please analyze and explain the most common use Windows command prompt and how to issue the command-line commands in a paragraph or two.
The most used windows command propmp commands are as follows:
1. Ipconfig:It displays the IP address which your computer is currently using:
2.Ping: This commands checks that whether the packets which are being sent to the specified destination
Syntax Ping Ip address
3.Systeminfo: This command gives the configuration of your computer. The details like windows installation time, BIOS version, memory space available.
Syntax: system/s foloowed by computer host name
4.Tasklist: This command gives the current list of all the ongoing tasks running on your computer
syntax tasklist -v
5.SFC: System file checker checks for viruses on your computer
Syntax: SFC/SCANNOW
6.Tracert:This command helps you to trace the route of the server from where you get your response back
Syntax: Tracert name ofthe website
Answer 2: The Process of issuing the command line commnads in a paragraph or two areas follows:
1.Syntax : DIR > some descriptive filename.txt
If you wnat to redrect your output to a text file insetad of Printing it into the screen then you have to use ">"
symbol.In this case the command is not displayed in screen rather it is displayed in a text file as a paagraph or
two