+1 on robocopy, regardless. The /mov parameter is your friend, if
you're really moving, and not just copying.

If this is time-sensitive, you should be able to use the 'net share'
command in your batch file after robocopy to modify the share location
parameters

It'll look like this:

robocopy x:\olddirectory x:\newdirectory /mov [plus any other directives needed]
net share sharename /delete
net share sharename=x:\newdirectory.

On Fri, Oct 28, 2011 at 12:01, Troy Adkins <tadk...@house.virginia.gov> wrote:
> What's the best way to move a folder share from one location to another?
> It's on the same drive, same partition, just in a different location.
>
>
> Troy Adkins
> Network Administrator
> Virginia House of Delegates
> General Assembly Bldg. Room 815
> 804.698.1567 (O)
> 804.771.7917 (F)
> tadk...@house.virginia.gov
> http://legis.virginia.gov
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Reply via email to