Followers

Showing posts with label IT. Show all posts
Showing posts with label IT. Show all posts

Friday, June 8, 2012

command prompt continue..

To modify the color of the DOS prompt and screen color, type color followed by two hexidecimal color values of your choice. The first digit sets the background color while the second sets the text color:
Change prompt color to matrix green and screen color to black:
color 0a
Change colors to red on grey:
color 84
Here are a few other basic color choices:
  • 0 = Black
  • 1 = Blue
  • 2 = Green
  • 3 = Cyan
  • 4 = Red
  • 5 = Magenta
  • 6 = Yellow
  • 7 = White
  • 8 = Grey
  • 9 = Bright Blue
  • A = Bright Green
  • B = Bright Cyan
  • C = Bright Red
  • D = Bright Magenta
  • E = Bright Yellow
  • F = Bright White

Tuesday, May 29, 2012

command prompt -funtion-

type cd hit enter  -change directories
type dir hit enter  -see a list of all the files in one directory
type copy hit enter  -copy a file from one location to another (don’t forget to include the file extension)
type del hit enter  -delete a file (don’t forget to include the file extension)
type mkdir hit enter  -make a new folder
type rmdir hit enter  -remove a directory and its’ contents
type ren hit enter  -rename a file
type xcopy /s /i hit enter  -copy a directory and its contents from one location to another

type color hit enter  -will change the color of your command prompt font
eg: color 1 hit enter  - you can change the number according to your preference
help hit enter- it will display others command

sharing is caring o(-_-)o [nukilan mastura-mia]