Saturday, September 16, 2023

MS DOS Notes Exam of point view of Computer Operator

 MS -  DOS

(Disk Operating System)





  MS - DOS is known as operating system which helps us to operate the system by its command. It is very important for us. It is known as CUI (Character User Interface). 


  1.  How to open MS - DOS Programme ?

  1.  Click on Start Button

  2. Click on Programme 

  3. Click on Accessories

  4. Click on Command Prompt

Or, 

  1. Click on Start Button 

  2. Click on Run (Run box will appear)

  3. Type “cmd”

  4. Press Enter key or Ok


Command Line for Different Purpose  


  1.  To Display the all file and folders of current directory  (Location)

  1. Type : “dir” Press Enter key


  1.  To Reach the initial drive from the current position 

  1. Type : “cd\” Press Enter key


  1. To change the directory or folder of the current location. 

  1. Type : “cd <folder name>” Press Enter key


  1. To go back location one by one 

  1. Type: “cd..” Press Enter key


  1. To go from one drive to another drive  

  1. Type: “Drive Name” Press Enter key


  1. To create directory (folder) in any location. 

a.Type: “md <directory Name >” Press Enter key

    Eg. “md niit” Press Enter key


  1. To change the directory name

a.Type: “ren <old name ><new name >” Press Enter key

Eg.“ren <old name ><new name >” Press Enter key


  1. To remove (delete) empty directory.

a.Type: “rd <file name >” Press Enter key

Eg.“rd niit” Press Enter key


  1.  Copy icon : This command is used to create a text file .

  Syntax : copy con <File name>

Ex:D:\> copy con “Biratnagar” Press Enter key

Then, create a document as per requirement.

Press Ctrl + Z or F6 to save a document

At last press Enter key   


  1.  Type : This command displays the contents of previous making texts files. 

a.D:\>Type Biratnagar Press Enter key


  1. Copy : This command allows the user to copy one or more from one location to another location or at the same location by using different name. 


  1. Xcopy : This command is used to copy files any directories from one location to another.

a.Syntax: Xcopy<source><destination>

Syntax: D:\> copy <older file name><new file name>Press Enter 

Ex: D:\>copy Rk Sir D:\My Document  


  1. Move : This command allows user to move the file from one location to another location.

a.Syntax: Move<source><destination>

D:\>move D:\Biswas\*.doc E: press Enter


  1. Del or Erase : This command allows you to delete or erase the existing files. 

a.Type: “del_ <File Name >” Press Enter key

Eg: Del test.doc Press Enter key

Del text.txt         Press Enter key

Del test.xls     Press Enter key

Del test.bmp    Press Enter key


  1. To delete all file 

a.Type: “del_ <File_ Name.* >” 

Eg: Del text.* Press Enter key


  1. To delete all file from any name 

a.Type: “del*.*   Press Enter key



  1. To clear all the text  of the screen

a.Type: “cls”   Press Enter key


  1. To change the text color and background color a.Type: Color AB  


  1. To Display in full Screen 

         a.Type: “Alt + Enter”   Press Enter key  


  1. To Display the help index

         a.Type: “help”   Press Enter key  


  1. Help: This command is used to get any type of help about MS-DOS.

         a.Type: “Help <index name>”   Press Enter key  



                        


 




No comments:

Post a Comment

COMPUTER OPERATOR HELPFUL NOTES HTML NOTES

  HTML   HTML stand for Hyper Text Mark up Language. It is the language used for creating webpage. To write   the HTML codes we can use ...