Im still very new to Autoit and Im having issues with a an xcopy command. Here is the error. Thanks
The error is on the xcopy line
==> Unterminated string.:
$file1 = @UserProfileDir & "\My Documents\" $file2 = $drv & "/backup/" & $str & "\win7\Users\IBM_ADMIN\Documents" Run('xcopy /e /h "' & $file1 & '" "' & $file2 & '" , "", @SW_HIDE )