Why make it more complicated than it is... Isn't the easiest thing to do to simply copy the whole "C:\Documents and Settings\User\Mes files of conversation" directory to "D:\Sauvegarde\logs" ??
And to automate it simply make a batch file with the command: copy /Y "C:\Documents and Settings\User\Mes files of conversation\*.*" "D:\Sauvegarde\logs"
This post was edited on 11-28-2005 at 04:11 PM by CookieRevised.
Double log - by christof on 11-28-2005 at 06:22 AM RE: Double log - by dotNorma on 11-28-2005 at 07:09 AM RE: Double log - by Dempsey on 11-28-2005 at 08:36 AM RE: Double log - by CookieRevised on 11-28-2005 at 04:07 PM RE: RE: Double log - by kierant on 11-28-2005 at 04:11 PM RE: Double log - by CookieRevised on 11-28-2005 at 04:15 PM RE: RE: Double log - by kierant on 11-28-2005 at 04:40 PM RE: Double log - by christof on 11-28-2005 at 09:34 PM RE: Double log - by CookieRevised on 11-29-2005 at 03:45 PM RE: Double log - by christof on 11-30-2005 at 09:11 PM