File copy

  • Thread starter Thread starter Prozor PVC sistemi d.o.o.
  • Start date Start date
P

Prozor PVC sistemi d.o.o.

Need help

drv="W" ' Map drive connection to server
src=Drv & ":\Work\Adr.xls"
dstn="C:\Work\Adr.xls"
FileCopy src,dstn

Problem is that file on server "Adr.xls" is open
When I want to copy file "Adr.xls" from server to local computer an error
ocures
File on server is always open

Is there some other command for this action

Thanks in advance

Alan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top