About 851,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. 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 …

  3. 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 …

  4. 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).

  5. 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 …

  6. Windows: Command line redirection to text file while also seeing …

    May 4, 2011 · I'm writing a C program in Windows, my printf calls print to the command line, and I know that I can redirect all this output to a text file using: myProgram.exe > mylog.txt …

  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. 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 …

  9. How can I move a folder from one directory to another in …

    How can I move a folder from one directory to another in Windows command line? Ask Question Asked 15 years, 1 month ago Modified 1 year, 7 months ago

  10. 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?