Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
DOS commands are mainly two types:
1
...
External commands
Internal Commands are automatically loaded into the computer memory when you
switch on the computer
...
They are not loaded
automatically into the memory but must exist in the form of file
...
DIR (Disk Information Report)
4
...
RD (Remove Directory)
External Commands list:
1
...
Attrib
2
...
MD (Make Directory)
5
...
CD
...
COPY CON
9
...
REN (Rename) 12
...
Prompt
4
...
Syntax: -
C:\> Del
Examples: - C:\> Del abc
Here, abc is file
AUTOEXEC
...
bat file contains MS – DOS commands which are executed automatically
when a personal computer boots
...
The autoexec
...
The autoexec
...
In their simplest form, batch files contain MS-DOS commands which
include commands for such thing as loops and execution branches and the like
...