About 50 results
Open links in new tab
  1. 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, 7 months ago Modified 3 years, 7 months ago Viewed 1.6m times

  2. How to rename files in Windows CMD (command prompt)

    Aug 13, 2020 · Renaming files in Windows explorer is easy but when you need to rename many files it can become quite tedious. A command prompt (terminal) makes it easier.

  3. 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?

  4. How to obtain public ip address using windows command prompt?

    Invoke-WebRequest ifconfig.me/ip Go to source Edit: I misread the question and thought you needed to use Powershell, there is no built in command in cmd.exe to return a public IP address, but you can …

  5. 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 have Python...

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

  7. How do I use spaces in the Command Prompt? - Stack Overflow

    Jun 16, 2011 · I just figured out that for a case where the path involves the use of white space characters, for example, when I need to access the app xyz which location is : C:\Program Files\ab …

  8. How to use passive FTP mode in Windows command prompt?

    Use any thirdparty Windows FTP command-line client instead. Most other support the passive mode. For example WinSCP defaults to the passive mode and there's a guide available for converting …

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

    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.

  10. How can I open the terminal in Visual Studio? - Stack Overflow

    Apr 14, 2017 · 1 To open the terminal: Use the Ctrl + ` keyboard shortcut with the backtick character. This command works for both Linux and macOS. Use the menu View → Terminal menu command. …