TO CREATE FILE IN MS-DOS
COPY <SPACE> CON <SPACE> FILE NAME
Type any massage
Press F6 Button to save file.
It save massage like :-1 file copied and save.
TO OPEN FILE AND READ FILE
Type <SPACE> FILE NAME
TO DELETE FILE
DEL <SPACE> FILE NAME
TO MAKE DIRECTORY
MD <SPACE> DIRECTORY NAME
MD = MAKE DIRECTORY
TO OPEN DIRECTORIES
CD <SPACE> DIRECTORIES NAME
CD = CHANGE DIRECTORIES NAME
TO COME OUT FROM DIRECTORY
CD..
TO REMOVE DIRECTORY
RD <SPACE> DIRECTORIES NAME.
EXTERNAL COMMAND
Ren (RENAME) :- This command is used to assign a new name of an already existing file and directory.
Ren <space> old file / directory name <space> new file / directory name.
Copy :- This command is used to assign new name of an already existing file.
Copy <space> old file name <space> new file name.
TO HIDE FILE / FOLDER
Attrib <space> + h <space> file / directory name.
TO UNHIDE FILE / FOLDER
Attrib <space> - h <space> file / directory name.
To Add / Remove read only file.
Attrib <space> + R <space> file name.
Attrib <space> - R <space> file name.
To copy directories.
Xcopy <space> old directory name e/s <space> new directory name.
To edit story / message.
Edit <space> file name.
No comments:
Post a Comment