Hi guys I need to create bath file to copy files over network streight to c drive
so far i mapped drive ill write how I do it manualy ...
start /wait net use w: "\\fileslocation\Images" workshop /user:workshop
cd mgcam
cd files
copy *.* c:
cd..
cd..
cd gcam
cd files
copy *.* c:
can...