Sunday, May 29, 2011

Where did the year go......

Well, after one year of apprenticeship, it almost over.  I've learned SO much with "The Big Kahona" :)   High School is almost over.  Wow.  Its time for a new era to begin soon.  What will God have in store for me next....

Thursday, April 14, 2011

My new HD look!!!

Well, I finally spent the money for a video upgrade.  Boy was it worth it!!

Thursday, January 27, 2011

Life as a nerd...

Being a computer guy is a lot of fun.  Currently, I'd like to get out and do something in the outdoors like riding dirt bikes and camping out.  Anybody have ideas for other things i could do? 

Sunday, November 7, 2010

Processor socket

The Processor socket is the port on the motherboard which the processor is mounted.  Whenever installing or upgrading a processor, make sure you have the right socket type.
  For more information visit the Wiki website: http://en.wikipedia.org/wiki/CPU_socket

Thursday, October 28, 2010

Saturday, October 16, 2010

What is a Batch file?

  In DOS, OS/2, and Microsoft Windows, a batch file is a text file containing a series of commands intended to be executed by the command interpreter. Similar to job control language and other systems on mainframe and minicomputer systems, batch files were added to ease the work required for certain regular tasks by allowing the user to set up a batch script to automate many commands. When a batch file is run, the shell program (usually COMMAND.COM or cmd.exe) reads the file and executes its commands, normally line-by-line. Batch files are useful for running a sequence of executables automatically and are often used to automate repetitive or tedious processes.[1] Unix-like operating systems (such as Linux) have a similar type of file called a shell script.[2] DOS batch files have the filename extension .bat. Batch files for other environments may have different extensions, e.g. .cmd or .bat in the Microsoft Windows NT-family of operating systems and OS/2, or .btm in 4DOS and 4NT related shells. The Windows 9x family of operating systems only recognize the .bat extension. In OS/2 a file with a .cmd extension can also be a Rexx file.

Friday, October 8, 2010