Hi, I am trying to copy one configuration file to multiple locations overwriting the destination files ( I am a programming newb and Autoit is the only language i am learning right now so please be easy on me)
I have tried a few things and I cannot seem to get it to work.
I don't get any syntax errors but its not copying the settings over.
Please HALP!
AutoIt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Eve Launcher and Settings Migrator ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #Include <Misc.au3> #include <WindowsConstants.au3> #include "SharedVar.au3" ;;; Char.dat ;;; User.dat ;;; Normal Vars Global $CPYFrom = "C:\Users\%USERNAME%\AppData\Local\CCP\EVE\c_program_files_(x86)_steam_steamapps_common_eve_online_tranquility\settings\Perfect_Char.dat" Global $CPYTO = "C:\Users\%USERNAME%\AppData\Local\CCP\EVE\c_program_files_(x86)_steam_steamapps_common_eve_online_tranquility\settings\" While 1 Run ('"C:\Program Files (x86)\InnerSpace\InnerSpace.exe" run isboxer -launch "Eve-Online (16 Acounts)"',"C:\Program Files (x86)\InnerSpace")