Skip to content

Active Directory Tools

  • Home
  • PowerShell Tutorials
  • Active Directory
  • CMD
  • About Us
  • Contact

CMD

This page covers step by step tutorials and guide on various CMD commands.

How to Copy a File in CMD

by ADAdmin

You can use the copy command in Command Prompt (CMD) to copy a file: This particular example will copy the specified file to the new …

Read more

How to Create a File in CMD

by ADAdmin

You can use the following syntax in Command Prompt (CMD) to create a new file: In this example, it will create an empty file with …

Read more

How to Search for a Directory and Rename It in CMD

by ADAdmin

You can use the following syntax in Command Prompt (CMD) to search for a directory by name and rename it: This particular example will search …

Read more

How to Search for a Directory and Find Files in CMD

by ADAdmin

You can use the following syntax in Command Prompt (CMD) to search for a directory by name and list all files within it: In this …

Read more

How to Search for a Directory and Delete It in CMD

by ADAdmin

You can use the following syntax in Command Prompt (CMD) to search for a directory by name and delete it: This particular example will search …

Read more

How to Find Directory by Date in CMD

by ADAdmin

You can use the following syntax in Command Prompt (CMD) to search for directories by date: In this example, the command will search for directories …

Read more

How to Find a Directory by Name Pattern in CMD

by ADAdmin

In Windows, directories do not have unique IDs that can be used to search for them directly. However, you can search for directories by name …

Read more

How to Check if a Directory is Empty in CMD

by ADAdmin

You can use the dir command followed by the path and the /A /B flags in the command prompt to check if any directory on …

Read more

How to Search for a Directory in CMD

by ADAdmin

You can use the dir /S /B in Command Prompt (CMD) to search for a directory: In this example, the dir command will search for …

Read more

How to Delete Files Using Wildcards in CMD

by ADAdmin

You can use the del command in Command Prompt (CMD) to delete files using wildcards: In this example, the del command will delete all files …

Read more

Older posts
Page1 Page2 Page3 Next →

Recent Posts

  • PowerShell Array of Arrays: A Complete Guide
  • How to List Installed Modules in PowerShell
  • How to Use the Find-Script Cmdlet in PowerShell
  • How to Use the Find-Command Cmdlet in Powershell
  • How to Install and Update PowerShellGet Module

Footer Bar

  • PS
  • Windows Commands
  • Privacy Policy
  • Terms of Condition
Copyright © 2025 ActiveDirectoryTools All rights reserved