Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Region
- #AutoIt3Wrapper_Icon=D.ico
- #AutoIt3Wrapper_Res_Fileversion=1.2.0.0
- #AutoIt3Wrapper_Res_LegalCopyright=Najeeb Shah Khan
- #AutoIt3Wrapper_Res_Language=1033
- ;FileInstall("F:\AUTOIT\FILES-DOWNLOAD\FILES-DOWNLOAD.au3", @ScriptDir & "\FILES-DOWNLOAD.au3")
- ;FileSetAttrib(@ScriptDir & "\FILES-DOWNLOAD.au3", "+H")
- #EndRegion
- $url = IniRead(@ScriptDir & "\FILES-DOWNLOAD.ini", "url", "link", "")
- $location = IniRead(@ScriptDir & "\FILES-DOWNLOAD.ini", "location", "location", "")
- $filename = IniRead(@ScriptDir & "\FILES-DOWNLOAD.ini", "filename", "filename", "")
- InetGet($url, $location & $filename)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement