hmm...Here is my code:
Code:
 		
Copy "\\" + $LocalServer + "\dep\collect.exe" $CompatInstallDir
$=LogToChangeLog(ReadProfileString($IniFile,"DISPLAY","Description") +
" copying from " + $LocalServer,@SERROR,@ERROR)



The directory the copy is trying to go from doesn't exist, but my log file (which is written to by LogtoChangeLog) says it completes succesfully with @error = 0?