hi. i am having a similar problem.
i want to make a batch file that just copies a folder from my network onto my local disk. heres the code im running,

@echo off
f:\
cd\apps
xcopy *.* c:\apps...