About 26,300 results
Open links in new tab
  1. windows - How to go to a subdirectory in CMD? - Stack Overflow

    The slash character / is used on Windows for parameters/options of a command/executable/script. For compatibility reasons like #include instructions in C/C++/C# …

  2. Need to navigate to a folder in command prompt [closed]

    My command prompt starts in C:\\Users\\ (Name) and I need it to be in a different folder, how can I do this using the command prompt itself?

  3. cmd - How can I return to the previous directory in windows …

    11 On Windows CMD, I got used to using pushd and popd. Before changing directory I use pushd . to put the current directory on the stack, and then I use cd to move elsewhere. You can run …

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

  5. the MySQL service on local computer started and then stopped

    navigate to the \data folder make SURE the \data folder is EMPTY. If files exist the --initialize option will fail give SYSTEM Full Control permissions on the \data folder go back to your …

  6. How to cd into a directory with space in the name? - Stack Overflow

    My little guide. Open desktop for example. If you didnt switch your disc in cmd, type: cd desktop Now if you want to display subfolders: cd, make 1 spacebar, and press tab 2 times Now if you …

  7. How to open 'This PC' using CMD or Powershell? - Stack Overflow

    Just like you can run explorer.exe C:\ to open up the C: (or any other drive or folder path), you can also use a file: URI to open paths in Explorer as well. If you just specify the file: protocol …

  8. Create new directory and navigate into it (Windows CMD)

    I'm working on a Windows machine using cmd and I want to create a new diretory and navigate into it in one command. Under Unix you can do something like the following: mkdir new_dir && …

  9. how to change directory using Windows command line

    Jul 8, 2017 · 290 I'm using cmd.exe (C:\WINDOWS\System32\cmd.exe) and I have to change my current directory to "D:\temp" i.e. temp folder in the D drive. When I try to cd nothing happens. …

  10. CMD (command prompt) can't go to the desktop [closed]

    when I open the commend prompt the default line is this C:\\Windows\\system32> and I'm using SASS to convert a .scss file located located on my desktop. I know the default line …