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

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

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

  7. command line - Browse an UNC path using Windows CMD …

    May 13, 2011 · which windows do you use? If it's Windows 7, you've powershell preinstalled on your system. Powershell supports unc-paths and cmd-commands (with few exceptions).

  8. Windows equivalent to UNIX "time" command - Super User

    A command line utility to prepend timestamp information to the standard output of another command. Useful for long-running processes where you'd like a historical record of what's …

  9. How do you list all processes on the command line in Windows?

    Sep 10, 2008 · Is there a command equivalent to 'ps' on Unix that can list all processes on a Windows machine?

  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 …