Thanks!
Page 1 of 1
Copying files from network share
#1
Posted 24 January 2007 - 10:13 AM
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?
Thanks!
Thanks!
#2
Posted 24 January 2007 - 11:36 AM
How is the network configured? Private p2p, workgroup, domain?
#4
Posted 24 January 2007 - 12:22 PM
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
you would write a command file that says
Quote
copy /b /y <insert share location> <insert desination>
#5
Posted 24 January 2007 - 03:02 PM
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.
#6
Posted 26 January 2007 - 02:56 AM
#7
Posted 26 January 2007 - 02:10 PM
- ← IE7 wont let me load Mozilla and or firefox site
- Networks and the Internet
- Nessus and advices when using it →
Share this topic:
Page 1 of 1



Help
Back to top












