Let explorer wait for copy to finish











up vote
0
down vote

favorite












Lets assume, I have an external USB drive with the following content:



Ü:
Folder1
Data1.file
Data2.file
Junk1.file
Folder2
Data3.file
Junk2.file


I want to copy the Data files to my PC with Windows Explorer. I mark Data1.file and Data2.file and initiate copying them, then I go to Data3.file and initiate another copying process.



What I see: Both processes are carried out simultaneously, letting the USB HDD jump between the two files being copied currently. This slows down everything, right!?



Is there any possibility to let the second copying wait for the first one to complete? Without having to wait for giving the second command, of course?










share|improve this question


























    up vote
    0
    down vote

    favorite












    Lets assume, I have an external USB drive with the following content:



    Ü:
    Folder1
    Data1.file
    Data2.file
    Junk1.file
    Folder2
    Data3.file
    Junk2.file


    I want to copy the Data files to my PC with Windows Explorer. I mark Data1.file and Data2.file and initiate copying them, then I go to Data3.file and initiate another copying process.



    What I see: Both processes are carried out simultaneously, letting the USB HDD jump between the two files being copied currently. This slows down everything, right!?



    Is there any possibility to let the second copying wait for the first one to complete? Without having to wait for giving the second command, of course?










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Lets assume, I have an external USB drive with the following content:



      Ü:
      Folder1
      Data1.file
      Data2.file
      Junk1.file
      Folder2
      Data3.file
      Junk2.file


      I want to copy the Data files to my PC with Windows Explorer. I mark Data1.file and Data2.file and initiate copying them, then I go to Data3.file and initiate another copying process.



      What I see: Both processes are carried out simultaneously, letting the USB HDD jump between the two files being copied currently. This slows down everything, right!?



      Is there any possibility to let the second copying wait for the first one to complete? Without having to wait for giving the second command, of course?










      share|improve this question













      Lets assume, I have an external USB drive with the following content:



      Ü:
      Folder1
      Data1.file
      Data2.file
      Junk1.file
      Folder2
      Data3.file
      Junk2.file


      I want to copy the Data files to my PC with Windows Explorer. I mark Data1.file and Data2.file and initiate copying them, then I go to Data3.file and initiate another copying process.



      What I see: Both processes are carried out simultaneously, letting the USB HDD jump between the two files being copied currently. This slows down everything, right!?



      Is there any possibility to let the second copying wait for the first one to complete? Without having to wait for giving the second command, of course?







      windows-7 windows windows-explorer






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 16 at 11:30









      Bowi

      216110




      216110






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Copy Handler can do this.



          Relevant settings:





          • Intercept standard Windows operations - specifies, if Copy Handler should attempt to intercept standard Windows operations.


          • Limit maximum operations running simultaneously to ... - it allows to limit maximum count of operations pending at once. When we specify 0 - we remove limitation.





          Set the limit to 1 and you'll get a queue. You can manage the queue, pause/unpause tasks etc. You can also manually force any task to start despite the limit being reached.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375962%2flet-explorer-wait-for-copy-to-finish%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            Copy Handler can do this.



            Relevant settings:





            • Intercept standard Windows operations - specifies, if Copy Handler should attempt to intercept standard Windows operations.


            • Limit maximum operations running simultaneously to ... - it allows to limit maximum count of operations pending at once. When we specify 0 - we remove limitation.





            Set the limit to 1 and you'll get a queue. You can manage the queue, pause/unpause tasks etc. You can also manually force any task to start despite the limit being reached.






            share|improve this answer



























              up vote
              0
              down vote













              Copy Handler can do this.



              Relevant settings:





              • Intercept standard Windows operations - specifies, if Copy Handler should attempt to intercept standard Windows operations.


              • Limit maximum operations running simultaneously to ... - it allows to limit maximum count of operations pending at once. When we specify 0 - we remove limitation.





              Set the limit to 1 and you'll get a queue. You can manage the queue, pause/unpause tasks etc. You can also manually force any task to start despite the limit being reached.






              share|improve this answer

























                up vote
                0
                down vote










                up vote
                0
                down vote









                Copy Handler can do this.



                Relevant settings:





                • Intercept standard Windows operations - specifies, if Copy Handler should attempt to intercept standard Windows operations.


                • Limit maximum operations running simultaneously to ... - it allows to limit maximum count of operations pending at once. When we specify 0 - we remove limitation.





                Set the limit to 1 and you'll get a queue. You can manage the queue, pause/unpause tasks etc. You can also manually force any task to start despite the limit being reached.






                share|improve this answer














                Copy Handler can do this.



                Relevant settings:





                • Intercept standard Windows operations - specifies, if Copy Handler should attempt to intercept standard Windows operations.


                • Limit maximum operations running simultaneously to ... - it allows to limit maximum count of operations pending at once. When we specify 0 - we remove limitation.





                Set the limit to 1 and you'll get a queue. You can manage the queue, pause/unpause tasks etc. You can also manually force any task to start despite the limit being reached.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 16 at 11:47

























                answered Nov 16 at 11:40









                Kamil Maciorowski

                22.6k155072




                22.6k155072






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375962%2flet-explorer-wait-for-copy-to-finish%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    What is the Guru Parampara of Kashmiri Shaivism?

                    Герой Советского Союза

                    Move all files within subfolders to parent folder