Showing posts with label pc engineering. Show all posts
Showing posts with label pc engineering. Show all posts

Wednesday, 10 April 2013

Disk partition command line


Using a command line

1.Open Command Prompt.

2.Type: diskpart

3.At the DISKPART prompt, type: list disk Make note of the disk number of the disk on which you want to create a primary or extended partition.

4.At the DISKPART prompt, type: select diskn Select the disk n where you want to create the primary or extended partition.

5.At the DISKPART prompt, type one of the following: create partition primary [size=n] [offset=n] [ID=byte | GUID] [noerr] or create partition extended [size=n] [offset=n] [noerr] or create partition logical [size=n] [offset=n] [noerr] 6.At the DISKPART prompt, type: assign letter=D

Friday, 12 October 2012

TO see the files and folder using command window

TO see the files and folder using command window
type windows+r
run "cmd"
type "dir"
 now we can see the list of files and folder

Wednesday, 10 October 2012

obtaining ip of your system

we can obtain ip of our system by using commands. The steps for obtaining ip is as follows
1.press windos+r
2.type cmd,then press enter
3.then type "ipconfig" in the command window
you will be obtaining the ip,lan informations.