About 448,000 results
Open links in new tab
  1. How to change directory to run .bat files from different drive?

    Mar 18, 2014 · However, when I try and change the directory to a data drive using cd F:\nrcs_project to run the .bat files from a different location, I see that the command prompt …

  2. use cmd.exe to change directory and run command in that directory

    May 11, 2012 · All I want to do is: change to specific directory of a different drive run a command in that directory e.g. dir I need to do this in one line using cmd.exe starting from a different …

  3. Windows 10 - How do I get a disc to run? | Windows Forum

    Feb 24, 2016 · A device that spins, reads and writes a removable medium such as a CD, DVD, hard disk or floppy disk . removable drive Definition from PC Magazine Encyclopedia You …

  4. How to set up a USB thumb drive to automatically run an …

    Jul 22, 2025 · How to set up a USB thumb drive to automatically run an executable file on the drive when the drive is plugged in?

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

  6. bash - How to run 'cd' in shell script and stay there after script ...

    whenever you run a script on your login shell, a new subprocess is spawned and the script execution is done in a subshell.Once the script completes, the subshell exits and you are …

  7. uac - Cannot access network drive in PowerShell running as ...

    I'm running PowerShell in a Windows 7 x64 virtual machine. I have a shared folder on the host mapped as a network drive (Z:). When I run PS normally I can access that drive just fine, but if …

  8. powershell - Open or close cd-drive using cmd - Stack Overflow

    Oct 16, 2017 · Whether there is any way to close and open cd-drive using cmd? I can open it like this:

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

    As @nasreddine answered or you can use /d cd /d d:\Docs\Java For more help on the cd command use: C:\Documents and Settings\kenny>help cd Displays the name of or changes …

  10. Windows Batch Script Get Current Drive name - Stack Overflow

    Jun 11, 2016 · %CD% is what you're looking for. It prints the current working directory of the batch file or command running it. If your batch file is on the root of the drive, it will just print the drive …