- The Files and
documents can of different type and this type is called extensions in computer terms.
- Always
remember, whatever you will type in CMD, it will be case-sensitive.
Example:-
- javac a.java
- javac A.java
Both are
different.
- A document
with a .doc, .xls, or .ppt extension :- Is a Word,
Excel, or Powerpoint document
- A file with a
.exe, or a .dll extension :- Is an
Executable or a Dynamic Link Library file
- A file with a
.dat extension :- Is typically
some form of data file
- A file with a
.txt extension :- Is typically
some form of text file
- A file with a
.zip extension :- Is typically
some form of compressed file
- Now in order
to give instructions to computer the user gives Commands.
- CLS:-To clear up the screen
- HELP:- List help for all commands
- HELP[cmd]:- List help for given command
0 comments:
Post a Comment