About 842,000 results
Open links in new tab
  1. Create .zip folder from the command line - (Windows)

    Oct 20, 2010 · The script was originally made for Windows XP, but it also works in Windows 7 x64 Ultimate - no guarantee's if Windows will keep around the various Shell objects this uses. …

  2. windows - How can I delete all files/subfolders in a given folder via ...

    Apr 27, 2015 · I would like to delete all files and subfolders using a batch file in Windows 7 and keep the top folder. Basically emptying the folder.

  3. Setting and getting Windows environment variables from the …

    I want to set an environment variable from the command prompt and then be able to access it globally (for instance, I should see it by going to System -> Environment Variables).

  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. How can I display the contents of an environment variable from …

    Sep 29, 2011 · 882 In Windows Command-Prompt the syntax is echo %PATH% To get a list of all environment variables enter the command set without any parameters. To send those …

  6. command line - Set folder permissions through CMD - MS …

    Jun 18, 2023 · At the beginning, I thought the command wasn't properly working but I suddently realised that the edited permissions were the ones in the Advanced section, reachable from …

  7. command line - Windows equivalent of whereis? - Super User

    Is there an equivalent of the Unix whereis command in Windows? So that I could figure out where commands I can run actually is.

  8. How do I escape spaces in command line in Windows without …

    Aug 26, 2015 · How do I escape spaces in command line in Windows without using quotation marks? Ask Question Asked 14 years, 7 months ago Modified 3 years, 10 months ago

  9. Run cURL commands from Windows console - Super User

    Apr 26, 2010 · Is there a way to install cURL in windows in order to run cURL commands from the command prompt?

  10. windows - Commmand line command to copy entire directory …

    Use robocopy to easily copy folders. The robocopy command replaces the xcopy command. It can quickly copy entire folders without having to worry about defining the contents. For example, to …