About 2,400,000 results
Open links in new tab
  1. List all environment variables from the command line

    Mar 16, 2011 · Is it possible to list all environment variables from a Windows' command prompt? Something equivalent to PowerShell's gci env: (or ls env: or dir env:).

  2. Command prompt won't change directory to another drive

    10 If you want to change from current working directory to another directory then in the command prompt you need to type the name of the drive you need to change to, followed by : symbol. …

  3. Python command not working in command prompt [duplicate]

    When I type python into the command line, the command prompt says python is not recognized as an internal or external command, operable program, or batch file. What should I do? Note: I …

  4. How do I find CMD Properties window in Windows 11? - Super User

    Nov 13, 2023 · In Windows 10 and earlier, opening a CMD window and right clicking on the title bar brought up a Window titled CMD Properties. When I do that in Windows 11, I get a new …

  5. Displaying Windows command prompt output and redirecting it …

    Apr 28, 2009 · If, for example, I were to run the command dir > test.txt, this would redirect output to a file called test.txt without displaying the results. How could I write a command to display …

  6. Run a Command Prompt command from Desktop Shortcut

    Mar 16, 2012 · Is it possible to create a desktop shortcut that, when pressed, will open command prompt and run a pre-defined command?

  7. cmd - How to install any software on windows os using command …

    Jun 3, 2020 · It depends if the program has command line parameters to cater for all the GUI questions. Try running the program from the command prompt with /? after the …

  8. How can I put the computer to sleep from Command Prompt/Run …

    The command rundll32.exe powrprof.dll,SetSuspendState 0,1,0 for sleep is correct - however, it will hibernate instead of sleep if you don't turn the hibernation off. Here's how to do that: Go to …

  9. administrator - How do I run a program from command prompt as …

    I am using "runas" to open command prompt as a different user but that command prompt is not running as an admin. How can I make it run as an admin? UPDATE: I am using Windows …

  10. Run C++ in command prompt - Windows - Stack Overflow

    So to know the command line switches of your particular compiler consult the manual of that very compiler. To find ways to automate your build (i.e. the ability to run a simple command instead …