1.

Solve : copy file from network on local?

Answer»

please help...
how to COPY file and folder with batch dos, wherever that's file on network place and i WANT to copy automatic file with batch command dos every start up WINDOWS without display the operation progress.
please help to do that with batch command.
you need to create a .vbs file that will run in startup tasks that opens you .bat file where visible = false

pretty sure you can just use
copy [source] [destination]

source being \\networkpath\dir

if that doesnt work try mapping the network path

copy q:\copy_this.ext c:\One post per question is enough. I deleted all the others.Quote from: Khasiar on November 29, 2010, 04:53:47 AM

you need to create a .vbs file that will run in startup tasks that opens you .bat file where visible = false

pretty sure you can just use
copy [source] [destination]

source being \\networkpath\dir

if that doesnt work try mapping the network path

copy q:\copy_this.ext c:\
how to full SCRIPT. example : i have 2 computers on the network... computer name one com_1 and other com_2. So on com_1 i have a folder1 in drive d and status sharing, then com_2 want to all copy folder and file on folder1 in drive D at com_1 to drive d on com_2 with the same folder name...
How to make script on notepad with extension .bat with echo off the FIRST command. becouse i want to put this file batch command on the start up menu on windows, so that this script file work at the first boot on windows.


please... help my problem


Discussion

No Comment Found