Top "Drive" questions

Use this tag for questions related to physical disk drives.

How to change current working directory using a batch file

I need some help in writing a batch file. I have a path stored in a variable root as follows: …

batch-file directory command-prompt drive
BAT file to map to network drive without running as admin

I'm trying to create a .bat file that will map to a network drive when it is clicked (it would …

windows batch-file drive
relative path in BAT script

Here is my own program folder on my USB drive: Program\ run.bat bin\ config.ini Iris.exe library.dll …

batch-file cmd relative-path drive
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed

Using Windows 2008 R2. On our server we get this error: "Multiple connections to a server or shared resource by the …

drive disconnect mapped-drive
Push git changes to a shared network drive

How can a team of four people use Git (specifically Github for Windows) to push local changes to a shared …

git networking push shared drive
What is the best way to map windows drives using Python?

What is the best way to map a network share to a windows drive using Python? This share also requires …

python windows mapping drive
Windows: What happens if I finish drive letters? (they are 26!)

What happens if I finish the drive letters? It's just curiosity, but I have a lot of letters and it …

windows drive
Combine `Get-Disk` info and `LogicalDisk` info in PowerShell?

I have this query which scans all logical disks information : Write-Host "Drive information for $env:ComputerName" Get-WmiObject -Class Win32_LogicalDisk | …

powershell filesystems drive
Export dataframe as csv file from google colab to google drive

I want to upload a dataframe as csv from colab to google drive.I tried a lot but no luck. …

python csv google-colaboratory drive
Task Scheduler - Access non-local drives while running task not logged in

I had a task in win scheduler that runs every minute. The task runs a .bat file which SVN updates …

batch-file scheduled-tasks scheduler drive