
Dreamora
Members-
Posts
12 -
Joined
-
Last visited
Everything posted by Dreamora
-
Copy 1 File to multiple Locations
Dreamora replied to Dreamora's topic in AutoIt General Help and Support
I will read it over and get back with you tomorrow on whether or not i figured out how to do it. I cant think straight I'm way to tired. But I will keep you updated as i figure it out. -
Copy 1 File to multiple Locations
Dreamora replied to Dreamora's topic in AutoIt General Help and Support
Thank you very much for the help. -
Copy 1 File to multiple Locations
Dreamora replied to Dreamora's topic in AutoIt General Help and Support
There is no rule violation I am taking it seriously. Why don't you understand that, The Script launches INNERSPACE.EXE(Innerspace) NOT EXEFILE.EXE(eveonline) So its not launching a game at all. its launching another set of software that has NOTHING TO DO with EVE online, the profile's name is EVE ONLINE 16 accounts for that software because that's the user settings im migrating over with autoit. why am i getting so much friction here? I cant post anything after this so im going to go ahead and apologize to the mod, but i had just gotten done with the last guy who flamed the shit out of me so i still have some attitude yes. I did not ask for help with the Run command, I asked for help with filecopy. so the run command is a mute point in this code. The basic idea here is Copy one good set of window configuration settings to all tiled windows, then launch innerspace "profile" to organize them on my screen per the settings. -
Copy 1 File to multiple Locations
Dreamora replied to Dreamora's topic in AutoIt General Help and Support
So in regards to the moderator who locked my copy> file to multiple locations thread, if you READ THE CODE it launches Innerspace NOT EVE!!! so it never broke the forum rules http://www.lavishsoft.com/ (*this is Innerspace) all it did was copy User files from one place to another and launch innerspace. HENSE: I came to this forum to ask a question expecting mature Adults not children who cant read. where did i go wrong? And for you to sit here and say my code is quite awful, Screw you pal I stated that I was brand new to this. Grow up. All Innerspace does is organize my client windows into tiles, and that script is ment to make all the window positions the same. seriously tin hats are so out of style kids. -
Copy 1 File to multiple Locations
Dreamora replied to Dreamora's topic in AutoIt General Help and Support
Thank you, this was actually Useful information. I will now go see if i can create an array that will accomplish what i am attempting to do. -
Copy 1 File to multiple Locations
Dreamora replied to Dreamora's topic in AutoIt General Help and Support
Great now let me explain something to you, I did read the help file, and it does not show me how to copy one file to multiple locations using variable in file paths. Now if you are not going to be helpful please refrain from adding more useless text to this forum. And your use of the implications that I am not intelligent enough to call you a moron just because i don't know how to code in Autoit (when i stated that i was new to coding completely) is ridiculous. I have plenty of common sense which you seem to lack in your judgement calls, also you are acting like a child here is what moron means since you don't seem to know. ( yet according to your insinuations I am the one lacking in intelligence when you have yet to make one sound statement in this thread.) -
Copy 1 File to multiple Locations
Dreamora replied to Dreamora's topic in AutoIt General Help and Support
My apologies, not only are you arrogant but you're a complete moron also. http://community.eveonline.com/support/policies/eve-tos/ (Sais nothing about copying settings from one user account to another, Let alone 3rd party software which is your intended insult) As for the EULA: http://community.eveonline.com/support/policies/eve-eula/ (Again it spells out what you cannot do, and Copying user files from one source to a destination is not even remotely close) I really hope you don't fail this bad at Life ma'am. And as these files are merely Window positions, folder organizations and UI customization you are completely in the wrong here and need to go troll somewhere else little kid. -
Copy 1 File to multiple Locations
Dreamora replied to Dreamora's topic in AutoIt General Help and Support
I am sure someone that is a bit more mature than you will come along, I really wouldn't accept help from someone as arrogant as you anyhow. I hope people like you get banned for trolling. After reading your other posts on this forum.... Also, you never asked for further details, you said When clearly the purpose was spelled out in the title, body and code itself. and once again, were talking about Filecopy, explain how that Automates anything? -
someone help me fixed this problem AutoIt v3
Dreamora replied to RedaSabe's topic in AutoIt General Help and Support
Add #RequireAdmin at the top of your script -
Copy 1 File to multiple Locations
Dreamora replied to Dreamora's topic in AutoIt General Help and Support
Its purpose is already spelled out in the subject and the body not to mention in the code itself. please take off the tinfoil hats. It simply migrates 1 user settings file to another user settings file unifying settings across all users. Not to mention were talking about FileCopy, not something like pixel search here. -
Simple AutoClicker on In-Game Screen
Dreamora replied to Darrkshadow's topic in AutoIt General Help and Support
-removed because i didnt know this was against the rules - http://www.autoitscript.com/forum/index.php?app=forums&module=extras§ion=boardrules -
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! ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Eve Launcher and Settings Migrator ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #RequireAdmin #Include <Misc.au3> #include <WindowsConstants.au3> #include "SharedVar.au3" ;;; Char.dat Global $a01 = "Core_char_238860089.dat" Global $a02 = "Core_char_1360360344.dat" Global $a03 = "Core_char_90897006.dat" Global $a04 = "Core_char_91053142.dat" Global $a05 = "Core_char_92507638.dat" Global $a06 = "Core_char_92507641.dat" Global $a07 = "Core_char_92507660.dat" Global $a08 = "Core_char_92507667.dat" Global $a09 = "Core_char_92507669.dat" Global $a10 = "Core_char_92558256.dat" Global $a11 = "Core_char_92558268.dat" Global $a12 = "Core_char_92558274.dat" Global $a13 = "Core_char_92558281.dat" Global $a14 = "Core_char_92558285.dat" Global $a15 = "Core_char_828378769.dat" Global $a16 = "Core_char_92772994.dat" Global $a17 = "Core_char_93502564.dat" Global $a18 = "Core_char_93515324.dat" Global $a19 = "Core_char_93515336.dat" Global $a20 = "Core_char_93515338.dat" Global $a21 = "Core_char_93515345.dat" Global $a22 = "Core_char_93515351.dat" Global $a23 = "Core_char_93515363.dat" Global $a24 = "Core_char_93515377.dat" Global $a25 = "Core_char_93515383.dat" Global $a26 = "Core_char_93519925.dat" Global $a27 = "Core_char_1421284591.dat" ;;; User.dat Global $b01 = "Core_user_124948.dat" Global $b02 = "Core_user_268939.dat" Global $b03 = "Core_user_7912202.dat" Global $b04 = "Core_user_8033857.dat" Global $b05 = "Core_user_9278725.dat" Global $b06 = "Core_user_9278728.dat" Global $b07 = "Core_user_9278879.dat" Global $b08 = "Core_user_9278730.dat" Global $b09 = "Core_user_9278732.dat" Global $b10 = "Core_user_9323622.dat" Global $b11 = "Core_user_9323623.dat" Global $b12 = "Core_user_9323626.dat" Global $b13 = "Core_user_9323627.dat" Global $b14 = "Core_user_9323631.dat" Global $b15 = "Core_user_8060698.dat" Global $b16 = "Core_user_9509019.dat" Global $b17 = "Core_user_10066093.dat" Global $b18 = "Core_user_10146015.dat" Global $b19 = "Core_user_10146019.dat" Global $b20 = "Core_user_10146020.dat" Global $b21 = "Core_user_10146022.dat" Global $b22 = "Core_user_10146024.dat" Global $b23 = "Core_user_10146026.dat" Global $b24 = "Core_user_10146028.dat" Global $b25 = "Core_user_10146029.dat" Global $b26 = "Core_user_10146031.dat" Global $b27 = "Core_user_10146032.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 FileCopy($CPYFrom,$CPYTO&$a01,1) FileCopy($CPYFrom,$CPYTO&$a02,1) FileCopy($CPYFrom,$CPYTO&$a03,1) FileCopy($CPYFrom,$CPYTO&$a04,1) FileCopy($CPYFrom,$CPYTO&$a05,1) FileCopy($CPYFrom,$CPYTO&$a06,1) FileCopy($CPYFrom,$CPYTO&$a07,1) FileCopy($CPYFrom,$CPYTO&$a08,1) FileCopy($CPYFrom,$CPYTO&$a09,1) FileCopy($CPYFrom,$CPYTO&$a10,1) FileCopy($CPYFrom,$CPYTO&$a11,1) FileCopy($CPYFrom,$CPYTO&$a12,1) FileCopy($CPYFrom,$CPYTO&$a13,1) FileCopy($CPYFrom,$CPYTO&$a14,1) FileCopy($CPYFrom,$CPYTO&$a15,1) FileCopy($CPYFrom,$CPYTO&$a16,1) FileCopy($CPYFrom,$CPYTO&$a17,1) FileCopy($CPYFrom,$CPYTO&$a18,1) FileCopy($CPYFrom,$CPYTO&$a19,1) FileCopy($CPYFrom,$CPYTO&$a20,1) FileCopy($CPYFrom,$CPYTO&$a21,1) FileCopy($CPYFrom,$CPYTO&$a22,1) FileCopy($CPYFrom,$CPYTO&$a23,1) FileCopy($CPYFrom,$CPYTO&$a24,1) FileCopy($CPYFrom,$CPYTO&$a25,1) FileCopy($CPYFrom,$CPYTO&$a26,1) FileCopy($CPYFrom,$CPYTO&$a27,1) FileCopy($CPYFrom,$CPYTO&$b01,1) FileCopy($CPYFrom,$CPYTO&$b02,1) FileCopy($CPYFrom,$CPYTO&$b03,1) FileCopy($CPYFrom,$CPYTO&$b04,1) FileCopy($CPYFrom,$CPYTO&$b05,1) FileCopy($CPYFrom,$CPYTO&$b06,1) FileCopy($CPYFrom,$CPYTO&$b07,1) FileCopy($CPYFrom,$CPYTO&$b08,1) FileCopy($CPYFrom,$CPYTO&$b09,1) FileCopy($CPYFrom,$CPYTO&$b10,1) FileCopy($CPYFrom,$CPYTO&$b11,1) FileCopy($CPYFrom,$CPYTO&$b12,1) FileCopy($CPYFrom,$CPYTO&$b13,1) FileCopy($CPYFrom,$CPYTO&$b14,1) FileCopy($CPYFrom,$CPYTO&$b15,1) FileCopy($CPYFrom,$CPYTO&$b16,1) FileCopy($CPYFrom,$CPYTO&$b17,1) FileCopy($CPYFrom,$CPYTO&$b18,1) FileCopy($CPYFrom,$CPYTO&$b19,1) FileCopy($CPYFrom,$CPYTO&$b20,1) FileCopy($CPYFrom,$CPYTO&$b21,1) FileCopy($CPYFrom,$CPYTO&$b22,1) FileCopy($CPYFrom,$CPYTO&$b23,1) FileCopy($CPYFrom,$CPYTO&$b24,1) FileCopy($CPYFrom,$CPYTO&$b25,1) FileCopy($CPYFrom,$CPYTO&$b26,1) FileCopy($CPYFrom,$CPYTO&$b27,1) Run ('"C:\Program Files (x86)\InnerSpace\InnerSpace.exe" run isboxer -launch "Eve-Online (16 Acounts)"',"C:\Program Files (x86)\InnerSpace") Sleep(100) Exit WEnd