Basic of windows commands (CMD)

  Basic windows commands (CMD)

Hello! I'm Prathamesh Gosavi, a passionate B.Tech student majoring in Cyber Security. It's a fascinating field that constantly challenges me to explore the ever-evolving landscape of digital security.

Throughout my academic journey, I've delved into various aspects of Cyber Security, gaining a solid foundation in areas such as network security, cryptography, and ethical hacking. I find immense satisfaction in understanding and mitigating the risks associated with the digital world.

To open the Command Prompt (CMD) on a Windows operating system, you can follow these steps:
  1. 1.Using the Start Menu:

    • Click on the Start button (usually located at the bottom left corner of your screen).
    • In the search bar, type "cmd" or "Command Prompt."
    • The Command Prompt app should appear in the search results. Click on it to open.
  2. 2.Using the Run Dialog:

    • Press the Windows key + R to open the Run dialog box.
    • Type "cmd" or "cmd.exe" in the text field.
    • Press Enter or click OK to open the Command Prompt.
  3. 3.Using the Power User Menu:

    • Right-click on the Start button or press Windows key + X to open the Power User Menu.
    • Select Command Prompt or Command Prompt (Admin) from the menu.
  4. 4.Using File Explorer:

    • Open File Explorer (Windows Explorer) and navigate to the directory where you want to open the Command Prompt.
    • Hold down the Shift key, right-click on an empty space inside the folder, and choose Open command window here.

windows commands :-

  1. dir         ----------->         To view files and directory.


  2. ren       ----------->          Rename a file.


  3. copy    ----------->          Copy a file.


  4. move   ----------->          Move a file.


  5. del       ----------->          Delet a file. 


  6. time     ----------->          Displays the time.


  7. cd        ----------->          Change the current directory. 

 

  8. cd..      ----------->          Back one folder.

  9. mkdir   ----------->          To create a new directory/folder.


10. rmdir   ----------->           To delete a directory.







Comments