Link to home
Start Free TrialLog in
Avatar of coreybryant
coreybryantFlag for United States of America

asked on

Batch file - S: /DELETE

I use a cloud service that backs up all my data but it does not support networked drives.  

They provide a work around:

net use S: /DELETE
net use S: "\\<device_ip_address>\<share_name>" "<password>" /USER:"<username>" >>C:\tmp\mount.log

Open in new window


Looking at the  Net Use on TechNet - and I am thinking that this is going to want to create an S: drive, but to make sure that the S drive is not being used, it is deleted first?  

Just want to make sure I am understanding this before I use it

Thanks!
SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of coreybryant

ASKER

Thanks - Follow up question coming now...