About 592,000 results
Open links in new tab
  1. 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 the C drive.

  2. Command to list all files in a folder as well as sub-folders in windows

    Mar 11, 2015 · I tried searching for a command that could list all the file in a directory as well as subfolders using a command prompt command. I have read the help for "dir" command but coudn't …

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

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

  4. 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 by typing cd …

  5. How to access Anaconda command prompt in Windows 10 (64-bit)

    However, after installation, I am unsure how to access the Anaconda command prompt so that I can use conda to install packages. I also attempted to install Anaconda 64 bit in C:/Program Files, but several …

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

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

  7. How to open adb and use it to send commands - Stack Overflow

    Jun 27, 2013 · The short answer is adb is used via command line. find adb.exe on your machine, add it to the path and use it from cmd on Windows. "adb devices" will give you a list of devices adb can talk …

  8. In Windows cmd, how do I prompt for user input and use the result in ...

    In Windows cmd, how do I prompt for user input and use the result in another command? Asked 16 years, 4 months ago Modified 3 years, 5 months ago Viewed 1.6m times

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

    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 Server 2012 …

  10. What is the 'npm' command and how can I use it? - Stack Overflow

    Do I require a command prompt to run npm commands (in Windows), or can I just use Node.js? Yes, you need to run npm commands from the command line (in Windows).