About 309,000 results
Open links in new tab
  1. How to execute a Windows command on a remote PC?

    Aug 13, 2012 · Is it possible to execute a Windows shell command on a remote PC when I know its login name and password? Is it possible to do it using client PC's Windows shell?

  2. How do I run a Java program from the command line on Windows?

    Apr 22, 2013 · STEP 1: FIRST OPEN THE COMMAND PROMPT WHERE YOUR FILE IS LOCATED. (right click while pressing shift) STEP 2: THEN USE THE FOLLOWING …

  3. python - How to run Pip commands from CMD - Stack Overflow

    Apr 23, 2015 · 4 Firstly make sure that you have installed python 2.7 or higher Open Command Prompt as administrator and change directory to python and then change directory to Scripts …

  4. How do I execute cmd commands through a batch file?

    16 start cmd /k "your cmd command1" start cmd /k "your cmd command2" It works in Windows server2012 while I use these command in one batch file.

  5. Set proxy through windows command line including login …

    54 I want to set a proxy throught the command line, first thing I found out is that you have to run command line with administrator rights - then the basic proxy set would be: netsh winhttp set …

  6. Can I run Git commands in Visual Studio? - Stack Overflow

    Jul 23, 2020 · I'm aware of two main ways to start a git command prompt using 16.8 or newer: Right click the solution and choose Open in Terminal. This starts a PowerShell instance which …

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

  8. How to grant permission to users for a directory using command …

    May 28, 2010 · How can I grant permissions to a user on a directory (Read, Write, Modify) using the Windows command line?

  9. how to change directory using Windows command line

    Jul 8, 2017 · The "cd" command changes the directory, but not what drive you are working with. So when you go "cd d:\temp", you are changing the D drive's directory to temp, but staying in …

  10. command line - Adding a directory to the PATH environment …

    Mar 3, 2012 · Ought to be a bit obvious from doing this in a Control Panel dialog instead of, say, the command prompt with the PATH command. You can observe what it does easily with …