About 195,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 …

  2. How do I change the working directory in Python? - Stack Overflow

    While os.chdir won't change the parent directory, you should note that in some contexts, you can make an alias that uses cd to simulate a script that changes the directory it was called from …

  3. How do I set a default directory when opening a Command …

    Sep 26, 2023 · This field specifies the default directory when you open Command Prompt from the Start menu. Change the "Start in" field to the directory you want as the default. For …

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

  5. Can't change current working directory to external drive in Windows

    Closed 12 years ago. Possible Duplicate: Using cd Command in Windows Command Line, Can’t Navigate to D:\ CMD cd to other drives except C:\ not working I'm trying to run a program …

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

    May 13, 2011 · 230 C:\> cd \\somewhere '\\somewhere' CMD does not support UNC paths as current directories. What I usually do to get around this is to map that directory to a network …

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

  8. Anaconda / Python: Change Anaconda Prompt User Path

    In both: Anaconda prompt and the old cmd.exe, you change your directory by first changing to the drive you want, by simply writing its name followed by a ': ', exe: F: , which will take you to the …

  9. Change directory in Node.js command prompt - Stack Overflow

    Jul 6, 2015 · That isn't the Node.js command prompt window. That is a language shell to run JavaScript commands, also known as a REPL. In Windows, there should be a Node.js …

  10. How do I change to a mapped network drive at the command line?

    4 In case you're using Windows 8 the pushd command will help you pushd u: Source: How to cd to a network drive on Windows 8?