Microsoft
Software
Hardware
Network
Question : Creating a Batch File / Script
I need help with creating a script that will copy files from one location to another.
Example: I have one server \\10.80.x.x\Test\Files
I need to move files from the above location to: \\10.80.1.x\Test\RecieveFi
les
I will setup a sx task to call on the batch file.
Thanks!
Answer : Creating a Batch File / Script
Depending on permissions and what options you want you can try this:
1: 2:
@ECHO OFF xcopy \\10.80.x.x\Test\Files \\10.80.1.x\Test\RecieveFiles /D /E /C /R /I /K /Y
Random Solutions
Disable Shortcut Keys in axwindowsmediaplayer1 (media player)
Windows Update site fails to load
How to get an USB speaker to work with Eee PC 900 Xandros Linux
Windows server 2008 NPS & AD
Format Drive with FAT32
0253: EFI Variable block data was destroyed
Can't access Exchange 2003 OWA from Internet
Manual sbs03 -> sbs08 Migration
Server Returns 404 Error when publishing through WebDAV
User can't receive emails sent to her personal email, but emails to group get through...