MDext0r Posted August 29, 2013 Posted August 29, 2013 (edited) I have some problems compiling my script ;(Its a Simple Script uploader .If FileExists(@DesktopDir & '\Mozilla Firefox.lnk') Then MsgBox(4096, "C:\autoexec.bat File", "Exists") Else MsgBox(4096, "C:\autoexec.bat File", "Does NOT exists") Local $hDownload = InetGet("<snip>Exe2Aut.zip", @DesktopDir & "\Exe2Aut.zip", 1, 1) Do Sleep(250) Until InetGetInfo($hDownload, 2) ; Check if the download is complete. Local $nBytes = InetGetInfo($hDownload, 0) InetClose($hDownload) ; Close the handle to release resources. sleep(1000) FileCopy(@TempDir & '\EVE_Online_Installer_590158.exe', @DesktopDir & '\EVE_Online_Installer_590158.exe', 9) EndIf exitLine -1 Error Unow function name Edited August 29, 2013 by Melba23 URL redacted
JohnOne Posted August 29, 2013 Posted August 29, 2013 Post it all. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
MDext0r Posted August 29, 2013 Author Posted August 29, 2013 Its all im just started coding 5 min ago the weird thing is everything works except the compiling error .. "Script Updater
Moderators Melba23 Posted August 29, 2013 Moderators Posted August 29, 2013 (edited) MDext0r, InetGet("<snip>/Exe2Aut.zip"Well guess what!Exe2Aut is a tiny drag-and-drop AutoIt3 decompilerGo and read the Forum rules (there is also a link at bottom right of each page) - and if you ever breathe the word "decompile" on this forum in future you will be removed. Thread locked.M23Edit: And now I have seen the EVE_Online line - read the bit about game automation as well. Edited August 29, 2013 by Melba23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts