About 1,050,000 results
Open links in new tab
  1. Open Command Prompt in Windows 10 | Tutorials - Ten Forums

    May 26, 2021 · How to Open a Command Prompt in Windows 10 A command prompt is an entry point for typing computer commands in the Command Prompt window. By typing commands at the …

  2. Create .zip folder from the command line - (Windows)

    Oct 20, 2010 · Is it possible to create a .zip file from a folder in the command line, I don't want to use any third party executable. I was thinking something like 'send to compressed folder' but I don't know h...

  3. windows - Empty recycling bin from command line - Super User

    Feb 6, 2010 · How to empty recycling bin from command line in Windows XP?

  4. windows - Create admin user from command line - Super User

    Dec 5, 2012 · How would I go about making an Administrator account (read not limited) from the command line in Windows? I have seen commands to the effect of: net user USERNAME …

  5. Commmand line command to copy entire directory (including directory ...

    103 using the command line, I'd like to copy one directory to another. For example there is directory C:/test and C:/test2. I'd like to copy C:/test into C:/test2 so that the result will be C:/test2/test …

  6. How can I check the size of a folder from the Windows command line ...

    Nov 7, 2014 · I want to use the Windows command line to calculate the size of all the files in a folder and subfolder. I would normally do this by right-clicking on the folder and clicking "Properties" but I wan...

  7. command line - Find a Directory/Folder with CMD without knowing full ...

    Feb 7, 2015 · I don't know the full path to a folder, just the folder name. I would like to find everywhere where this folder is using CMD. Is there a command that does this? I am looking for an equivalent to *...

  8. How to get Windows Command prompt to display time?

    I would like my command prompt (not powershell, just command prompt) to show the time, something like this: 14:02> Is there a way to do this? Basically, I leave things running from the prompt...

  9. command line - See available drives from Windows CLI? - Super User

    May 11, 2010 · The added command line @echo off filtered the output to show results only. I piped the results to the external find command to filter serial number lines created by the vol command. I …

  10. How can I display the contents of an environment variable from the ...

    Sep 29, 2011 · In Windows 7, when I start the Command prompt, is there any command to display the contents of an environment variable (such as the JAVA_HOME or PATH variables)?