ludo10 Posted February 28, 2004 Posted February 28, 2004 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
Developers Jos Posted February 28, 2004 Developers Posted February 28, 2004 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.
ludo10 Posted February 28, 2004 Author Posted February 28, 2004 Thx ... i just try with \\\ only Ludo
Developers Jos Posted February 28, 2004 Developers Posted February 28, 2004 Thx ... i just try with \\\ only Ludodid you try \\\ or \\\\ ? 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.
Recommended Posts