up vote 0 down vote favorite
share [g+] share [fb]

A batch file on the local C: drive containing

copy J:\room_usage\*.xls G:\facili~1\

returns this error message

C:\ken\samba>copy J:\room_usage\*.xls G:\facili~1\f.xls
J:\room_usage\rooms_11_02_2009.xls
A device attached to the system is not functioning.
        0 file(s) copied.

This is the net use command output

Status       Local     Remote                    Network

-------------------------------------------------------------------------------

             G:        \\drive\share\  NetWare Services
OK           J:        \\drive\share\share      Microsoft Windows Networks

J: is mapped via Samba and G: is mapped via Netware

Any suggestions? I have the rights to drag and click files over to that directory on G:\, but cant seem to do it via batch file.

xcopy didn't work either... gave me a different error and I also was required to tell it if the destination was a file or directory

link|improve this question
stackoverflow.com/questions/1639975/… – Ken Oct 29 '09 at 14:38
currently using FileMyster synchronizing software to "automatically" copy the files – Ken Oct 29 '09 at 18:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown