DIR Return Create A Forum - Home
---------------------------------------------------------
Symphonia et Mulceo
HTML https://joycepascua.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Basic Computer
*****************************************************
#Post#: 146--------------------------------------------------
Re: Baisc DOS command
By: Jenny Edaņo Date: August 21, 2016, 7:09 am
---------------------------------------------------------
Internal commands are stored in the cmd.exe command
interpreter, ex. Dir
External commands correspond to a .com or .cmd file, ex.
#Post#: 148--------------------------------------------------
Re: Baisc DOS command
By: Andrhea Jazul Date: August 21, 2016, 7:14 am
---------------------------------------------------------
The internal commands reside in COMMAND.COM, which loadsinto
memory when the computer system is started; these commands do
notreside on disk. The external commands are files that do
reside on diskand have an extension of .COM, .EXE, or .BAT. Both
command types areexecuted from the MS-DOS prompt.
C:\> DIR /P - internal command
Syntax:- C:\> CHKDSK - external command
#Post#: 150--------------------------------------------------
Re: Baisc DOS command
By: Vladi Lenin Date: August 21, 2016, 7:15 am
---------------------------------------------------------
The internal commands reside in COMMAND.COM, which loads into
memory when the computer system is started; these commands do
not reside on disk. The external commands are files that do
reside on disk and have an extension of .COM, .EXE, or .BAT.
Both command types are executed from the MS-DOS prompt.
#Post#: 164--------------------------------------------------
Re: Baisc DOS command
By: PApaYuan Date: August 21, 2016, 7:54 am
---------------------------------------------------------
An internal command is embedded into the command.com file, and
an external command, which is not and requires a separate file
to operate.
Internal command= CLS:- (Clear the screen) This command is used
to clear the screen or wipe out every thing written on the
screen
External command= MORE:-Using TYPE command we can see the
content of any file. But if length of file is greater than 25
lines then remaining lines will scroll up. To overcome through
this problem we uses MORE command. Using this command we can
pause the display after each 25 lines
#Post#: 166--------------------------------------------------
Re: Baisc DOS command
By: CeeSangcap Date: August 21, 2016, 8:00 am
---------------------------------------------------------
An internal command is an MS-DOS command that is stored in the
system memory and loaded from the command.com or cmd.exe.
example:
Assoc
Atmadm
Break
Call
CD
Chdir
An external command is an MS-DOS command that is not included in
command.com. External commands are commonly external either
because they require large requirements or are not commonly used
commands.
example:
Append
Arp
Assign
At
Attrib
#Post#: 169--------------------------------------------------
Re: Baisc DOS command
By: georgie elwese Date: August 21, 2016, 8:41 am
---------------------------------------------------------
The terms "internal and external" bring the Disk Operating
System (DOS) system to mind!
While the terms are still used these days, I'll refer to the DOS
O/S example to help you understand the concept and their
difference.
The DOS operating system requires a few critical files in order
to work correctly, one of these is the 'command.com' file, which
is a basic part of the operating system.
#Post#: 178--------------------------------------------------
Re: Baisc DOS command
By: Christine Alura Date: August 21, 2016, 8:49 am
---------------------------------------------------------
An internal command is an MS-DOS command that is stored in the
system memory and loaded from the command.com or cmd.exe.
Examples: color,time,dir,cls
An external command is an MS-DOS command that is not included in
command.com.
Examples:label,find,defrag,back up
HTML http://www.computerhope.com/
#Post#: 180--------------------------------------------------
Re: Baisc DOS command
By: Janina Malacas Date: August 21, 2016, 8:55 am
---------------------------------------------------------
there are some task that are not available in internal command
and in external command
#Post#: 187--------------------------------------------------
Re: Baisc DOS command
By: Daniella Herbuela Date: August 21, 2016, 9:02 am
---------------------------------------------------------
In DOS systems, an internal command is any command that resides
in the COMMAND.COM file. This includes the most common DOS
commands, such as COPY and DIR. Commands that reside in other
COM files, or in EXE or BAT files, are called external commands.
:)
HTML http://www.webopedia.com/TERM/I/internal_command.html
#Post#: 199--------------------------------------------------
Re: Baisc DOS command
By: Selina Khae Date: August 21, 2016, 9:41 am
---------------------------------------------------------
Internal commands are stored in the cmd.exe command interpreter,
and it is easily executed by the user
Ex.
DIR,VOL,DEL,MD,CD,REN,RD,DATE,TIME,PATH,PROMPT,TYPE,COPY,CLS...
External commands correspond to a .com or .cmd file and it is
not easily used by the user
Ex.
EDIT,BACKUP,MORE,XCOPY,FC,DISKCOPY,MODE,LABEL,SYS,FIND,POWER,MEM
,SORT...
Source:
HTML http://www.allinterview.com
Sorry, i dont know about these things, kaya naghanap ng sagot !
:) :) 8) 8) 8) 8) 8)
*****************************************************
DIR Previous Page
DIR Next Page