Advertisements

Wednesday, November 23, 2011

// // Leave a Comment

Now with my Own Domain

Hello,

Just Recently, I have configured My Blog to my own sub domain.

http://blog.johnbhatt.com

So it will be down for some time. And you can access this blog as soon as DNS records are changed.

 Thanks for visit,

Hope you are enjoying.
Read More

Sunday, November 13, 2011

// // Leave a Comment

Setting up new Website

Currently I have renewed my domain and now working with designs, Because I am thinking of setting website again. We are temporarily using Blogger service for Website name, But Now My team and I am also working on Good Design and as soon as NS records are changed, You can access http://www.johnbhatt.com in new look and with many more contents.

Kindly visit again.

John Bhatt
P.Yar.B Complex
Read More

Thursday, November 3, 2011

// // Leave a Comment

MS DOS - Commands

Command

Definition

Commands are small piece of software, alternatively you can define command as individual program of function which are written in MS-DOS library.
According to the nature of command these are categorized in two groups. These are Internal Commands and External Commands. You will learn more about these commands in next chapter.
  • Every Command will be executed only on hitting Enter key.

Types of Command

Internal Commands

Internal Commands: Commands that come built in with MS-DOS are called Internal Commands. These are fixed commands and the functions of these command is already defined in COMMAND.COM file which is the library file of MS-DOS. Some Internal Commands are as follows:
COPY 
DEL
DIR
MD
CD
RD
REN
DATE
TIME
MKDIR
RMDIR
RENAME
DELETE
etc.

External Commands

External Commands: Commands those do not come with MS-DOS and needs to be installed separately or are located in Floppies or Hard Disc, are called External Commands. Some of these commands are as follows:
DELTREE
LABEL
TREE
FORMAT
DISKCHK
DISKCOMP
DISKCOPY
XCOPY
PRINT
HELP
ATTRIB
EDIT
FC
etc.
Read More