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
VMware Workstation 7.1 Won't Install
How to create own SMTP Server on VPS?
Decode PHP file
VMware ESXi4 Backup
What do you think about these specs for a new System Center Operations/Configurations Manager 2007 R2 server?
Exchange 2007 OWA causes 2 audit failures on failed login attempt
net share system error 5 acces denied
Server 2008 NLB problem
Symantec Endpoint Protection - SID 23615 HTTPS Tidserv Request 2 Detected
Deploy application using GPO win 2008 R2