About 681,000 results
Open links in new tab
  1. 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 …

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

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

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

  6. How to recursively delete directory from command line in …

    Aug 23, 2010 · rmdir /? will give you the full details of the command line arguments - S is "Removes all directories and files in the specified directory in addition to the directory itself.

  7. Windows: List files and their permissions (access) in command line ...

    Jul 1, 2011 · In linux, ls -l lists files permissions, like this: -rw-r--r-- 1 user user 924 2011-07-01 20:23 test.txt In Windows, commands tree and dir don't have the options to list permissions. …

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

    32 I need to move folder into the ProgramData directory. Is there a way I can see it as unhidden? If not, what's the command to move one folder (name_of_folder) into another …

  9. Completely delete a folder in Windows using command line

    Completely delete a folder in Windows using command line Ask Question Asked 12 years, 10 months ago Modified 7 years, 6 months ago

  10. 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, 9 months ago