Jump to content

Filecopy And Network


ludo10
 Share

Recommended Posts

Hello

i d like to copy a file (antivirus file) from a "server" computer to another computers sharddocs directroy.

For exemple

filecopy, c:\temp\myfile.exe \\10.10.10.10\Shareddocs\myfile.exe

i read (if i understand) that i have to used 010010010010 for the ip.. but my copy path wanst good i think.

Thank for you help

Ludo

Link to comment
Share on other sites

  • Developers

You need to change every \ for \\

filecopy, c:\\temp\\myfile.exe \\\\10.10.10.10\\Shareddocs\\myfile.exe

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...