sorry for asking again but i got confused with my own creation.
Func xcopy($Flag, $Switch, $Source, $Dest)
RunWait(@ComSpec & " " & $Flag &' xcopy "' & $Switch & '" "' & $Source & '" ' & $Dest)
EndFunc
if
#Include <xcopy.au3>
xcopy ("/k", "/E/D/Y", "C:\test", @DesktopDir)
code used, i get error xcopy says invalid number of arguments.
I cant figure out why
can u guys help me one more time ?
It looks like everything is right but it's just not working like it did minute ago