Windows 10: Cannot Copy Batch Files from Network Drive

Discus and support Cannot Copy Batch Files from Network Drive in Windows 10 Gaming to solve the problem; I've got a strange problem that I can't find others reporting online. I am unable to copy a batch file from a network drive on Windows 10. However, it... Discussion in 'Windows 10 Gaming' started by Bron_E, Jan 19, 2022.

  1. Bron_E Win User

    Cannot Copy Batch Files from Network Drive


    I've got a strange problem that I can't find others reporting online. I am unable to copy a batch file from a network drive on Windows 10. However, it works in a few corner cases, but I can't figure out what the pattern is that allows it to work, nor what's causing it to fail the rest of the time.So, the batch file is on a DFS share, say \\example.com\path\to\file.bat, and I want to copy it somewhere anywhere to my C: drive, say my Downloads folder.One of the weird things is the error message. If I use file explorer, it says "Make sure you are connected to the network and try again." If I us

    :)
     
    Bron_E, Jan 19, 2022
    #1
  2. oily_17 Win User

    Batch Files Knowledge Base

    Don't use batch files very much but one I find useful is for creating a list of files in a directory.
    Just copy the text below into Notepad and save as Filelist.bat

    dir /a /-p /o:gen >filelist.txt

    When you run it from a folder it will create a Filelist.txt file,in the same folder, that lists all the files in that folder.Useful when you are too lazy to type all the files out yourself.
     
    oily_17, Jan 19, 2022
    #2
  3. Batch Files Knowledge Base

    Very nice and usefull thanks for contributing.
     
    AphexDreamer, Jan 19, 2022
    #3
  4. Try3 Win User

    Cannot Copy Batch Files from Network Drive

    Need solution for automating transferring of files to flash drives

    I am wary of jumping straight in at the deep end so I have a couple of questions.

    1 How do you know which files to copy to which memory stick? Can you put a list for each one in a text file?
    2 Are you free to give each memory stick a specific label so that it can be detected in order to trigger the specific list that you have written for that memory stick?

    I do have a batch file procedure for identifying the drive letter currently being used for a given external drive label. So perhaps you could trigger a common batch file that
    Step 1 - checks each drive in turn to read its label and then find its current drive letter
    Step 2 - for each detected drive, look up the list given in the batch file to identify which [if any] text file to look in to find the files to copy to that memory stick.
    Step 3 - copies the files listed in the relevant text file

    Denis
     
Thema:

Cannot Copy Batch Files from Network Drive

Loading...
  1. Cannot Copy Batch Files from Network Drive - Similar Threads - Cannot Copy Batch

  2. Can Robocopy copy in batches of files?

    in Windows 10 Software and Apps
    Can Robocopy copy in batches of files?: Evening, I'm just after a bit of help, I have a folder on my PC which has a load of files from my Nikon Camera - for my current example 1700 at around 42GB, I usually copy these to an external SDD but I'm guessing due to the SSD the speed tends to drop off so I start around...
  3. Can Robocopy copy in batches of files?

    in Windows 10 Network and Sharing
    Can Robocopy copy in batches of files?: Evening, I'm just after a bit of help, I have a folder on my PC which has a load of files from my Nikon Camera - for my current example 1700 at around 42GB, I usually copy these to an external SDD but I'm guessing due to the SSD the speed tends to drop off so I start around...
  4. Problem copying files from mapped network drive

    in Windows 10 Gaming
    Problem copying files from mapped network drive: I just did a fresh Windows 11 pro reinstallation on an MSI GS76 laptop with an Intel i9 11th Gen CPU and 32 GB of RAM. I have four network servers mapped as drives. One of the mapped drives will not copy files from the mapped drive to the C: drive on the laptop- i get an...
  5. Problem copying files from mapped network drive

    in Windows 10 Software and Apps
    Problem copying files from mapped network drive: I just did a fresh Windows 11 pro reinstallation on an MSI GS76 laptop with an Intel i9 11th Gen CPU and 32 GB of RAM. I have four network servers mapped as drives. One of the mapped drives will not copy files from the mapped drive to the C: drive on the laptop- i get an...
  6. Copying a file to a network drive.

    in Windows 10 Gaming
    Copying a file to a network drive.: Hello. There was a problem with copying small files less than 481 kb from a network drive Netgear REDINAS Ultra 2 to a computer and back. Larger files are transferred without problems. Windows 11 version 25115. There is no problem on a computer with Windows 11 22000....
  7. Copying a file to a network drive.

    in Windows 10 Software and Apps
    Copying a file to a network drive.: Hello. There was a problem with copying small files less than 481 kb from a network drive Netgear REDINAS Ultra 2 to a computer and back. Larger files are transferred without problems. Windows 11 version 25115. There is no problem on a computer with Windows 11 22000....
  8. Cannot Copy Batch Files from Network Drive

    in Windows 10 Network and Sharing
    Cannot Copy Batch Files from Network Drive: I've got a strange problem that I can't find others reporting online. I am unable to copy a batch file from a network drive on Windows 10. However, it works in a few corner cases, but I can't figure out what the pattern is that allows it to work, nor what's causing it to fail...
  9. Cannot Copy Batch Files from Network Drive

    in Windows 10 Software and Apps
    Cannot Copy Batch Files from Network Drive: I've got a strange problem that I can't find others reporting online. I am unable to copy a batch file from a network drive on Windows 10. However, it works in a few corner cases, but I can't figure out what the pattern is that allows it to work, nor what's causing it to fail...
  10. Cannot copy files from external drive

    in Windows 10 Customization
    Cannot copy files from external drive: A friend has a new Win 10 PC. After connecting an external drive from the old PC to the new PC we tried to copy a folder tree from the external drive to an internal drive. Most of the files copied by some generated an error dialog with the message "You'll need to provide...