net use /delete not deleting network drive data batch Announcing the arrival of Valued...

Besides transaction validation, are there any other uses of the Script language in Bitcoin

Did pre-Columbian Americans know the spherical shape of the Earth?

Does the main washing effect of soap come from foam?

Is the Mordenkainen's Sword spell underpowered?

Baking rewards as operations

What is "Lambda" in Heston's original paper on stochastic volatility models?

How to name indistinguishable henchmen in a screenplay?

Understanding piped commands in GNU/Linux

How do I say "this must not happen"?

Why can't fire hurt Daenerys but it did to Jon Snow in season 1?

The Nth Gryphon Number

Does the universe have a fixed centre of mass?

newbie Q : How to read an output file in one command line

As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?

How do Java 8 default methods hеlp with lambdas?

Why not use the yoke to control yaw, as well as pitch and roll?

Russian equivalents of おしゃれは足元から (Every good outfit starts with the shoes)

Was the pager message from Nick Fury to Captain Marvel unnecessary?

Sally's older brother

Did any compiler fully use 80-bit floating point?

French equivalents of おしゃれは足元から (Every good outfit starts with the shoes)

How to make an animal which can only breed for a certain number of generations?

Is this Kuo-toa homebrew race balanced?

.bashrc alias for a command with fixed second parameter



net use /delete not deleting network drive data batch



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Disconnect from samba shareMultiple connections errornetwork mapping doesn't work after restart when using alternate credentials and mapping established via net useMapping network drive from a shared external HDDWhat is the resource consumption of a network driveLogon Script with net use * /delete /yesWindows users having problems connecting to an Ubuntu-based SAMBA serverAccessing folders on a network share driveHow to I make a shared Linux folder a mapped network drive?I know it's been asked 1000x but nothing I try works. I can't delete a network file in windows. It's not in use. It's not a thumbnail issue





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I have a batch file that runs:



net use \RASPBERRYPISecured /user:shares passwordhere
copy /Y "test.txt" "\RASPBERRYPISecuredtest.txt"
net use \RASPBERRYPISecured /d


And it works well, except that after running the delete command, the folder is still browsable in Windows Explorer (I can run, edit, delete, and create files at will), until five or so minutes later.



If I try and dir /b it, it shows the contents of the folder. If I try and map it again, it states that Mltiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. If I try running /delete again it states The network connection could not be found..



I want to only store the data for that one command and then instantly log out, so that the data on the server cannot be accessed by other programs unless they are very precisely timed. How can I achieve this?










share|improve this question































    0















    I have a batch file that runs:



    net use \RASPBERRYPISecured /user:shares passwordhere
    copy /Y "test.txt" "\RASPBERRYPISecuredtest.txt"
    net use \RASPBERRYPISecured /d


    And it works well, except that after running the delete command, the folder is still browsable in Windows Explorer (I can run, edit, delete, and create files at will), until five or so minutes later.



    If I try and dir /b it, it shows the contents of the folder. If I try and map it again, it states that Mltiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. If I try running /delete again it states The network connection could not be found..



    I want to only store the data for that one command and then instantly log out, so that the data on the server cannot be accessed by other programs unless they are very precisely timed. How can I achieve this?










    share|improve this question



























      0












      0








      0








      I have a batch file that runs:



      net use \RASPBERRYPISecured /user:shares passwordhere
      copy /Y "test.txt" "\RASPBERRYPISecuredtest.txt"
      net use \RASPBERRYPISecured /d


      And it works well, except that after running the delete command, the folder is still browsable in Windows Explorer (I can run, edit, delete, and create files at will), until five or so minutes later.



      If I try and dir /b it, it shows the contents of the folder. If I try and map it again, it states that Mltiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. If I try running /delete again it states The network connection could not be found..



      I want to only store the data for that one command and then instantly log out, so that the data on the server cannot be accessed by other programs unless they are very precisely timed. How can I achieve this?










      share|improve this question
















      I have a batch file that runs:



      net use \RASPBERRYPISecured /user:shares passwordhere
      copy /Y "test.txt" "\RASPBERRYPISecuredtest.txt"
      net use \RASPBERRYPISecured /d


      And it works well, except that after running the delete command, the folder is still browsable in Windows Explorer (I can run, edit, delete, and create files at will), until five or so minutes later.



      If I try and dir /b it, it shows the contents of the folder. If I try and map it again, it states that Mltiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. If I try running /delete again it states The network connection could not be found..



      I want to only store the data for that one command and then instantly log out, so that the data on the server cannot be accessed by other programs unless they are very precisely timed. How can I achieve this?







      windows batch network-shares samba






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 hours ago







      Mark Deven

















      asked 3 hours ago









      Mark DevenMark Deven

      606422




      606422






















          0






          active

          oldest

          votes












          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',
          autoActivateHeartbeat: false,
          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%2f1428062%2fnet-use-delete-not-deleting-network-drive-data-batch%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1428062%2fnet-use-delete-not-deleting-network-drive-data-batch%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...