Jump to content

Copying files from network share


jmassi

Recommended Posts

My boss threw this at me: he wants to copy files from a network share to a local hdd while logged off the network and he wants it scheduled. Is this possible? If so, whats the easiest way to do it? Or is he dreaming? :whistle:

Thanks! :D

Link to comment
Share on other sites


you could have your task scheduler run a command file which does this, but I believe some account needs to be online (not necessarily your bosses, but an admin or like account)

you would write a command file that says

copy /b /y <insert share location> <insert desination>
Link to comment
Share on other sites

You could schedule a batch job that copies the file, but the job will have to run with an account and password that has permissions on both the machine that it is running, and the machine you're copying files from. Also, you'd have to use network UNC paths, as mapped drives only work with an actual shell session - I'd suggest using a vbscript for this, or perhaps a cmd script with robocopy commands.

Link to comment
Share on other sites

Batch files and Sync Toy will work, but you would have to be present for Sync Toy to work (since there are no switches for it to copy automatically). As for the batch file, you would need to be logged on, but have a scheduled task setup instead.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...