Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Download via ExcelContent of Download via Excel.vbsMD5 Hash: 9A76594402B70384FAEA1709C3C40787 |
||
'#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#'
'/| |\\\\\\\\' '//| |\\\\\\\' '///| |\\\\\\' '////| Version 1.0.0 |\\\\\' '/////| Author: Boris TOll |\\\\' '//////| Last Update: 31.01.2008 |\\\' '///////| |\\' '////////| |\' '#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#*~#' Option Explicit Dim AppExcel : Set AppExcel = CreateObject("Excel.Application") Dim strURL : strURL = "http://www.google.com" Dim strTarget : strTarget = "C:\test.log" Dim iReturn iReturn = AppExcel.ExecuteExcel4Macro("CALL(""urlmon"",""URLDownloadToFileA"",""JJCCJJ"",0,""" & strURL & """,""" & strTarget & """,0,0)") If iReturn <> 0 then msgbox "ErrorNumber: " & iReturn End if Set AppExcel = Nothing | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |