once you download a file and saved the file in your c: drive. then by click the file, it deflated the file.
but if I use the following code download the file in the server, I used the shell command to open that up. It did not deflate the file. one console application up and running long time. Thanks.
Dim web As New System.Net.WebClient()
web.DownloadFile("http://oig.hhs.gov/fraud/exclusions/downloadables/updatedleie.EXE", strNancyDir & "\update.exe")
Call Shell(strNancyDir & "update.exe")
I also try this code , too. It did not work
down the file and email the file to nancy
Dim web As New System.Net.WebClient()
web.DownloadFile("http://oig.hhs.gov/fraud/exclusions/downloadables/updatedleie.EXE", strNancyDir & "\update.exe")
System.Diagnostics.Process.Start(strNancyDir & "update.exe")
but if I use the following code download the file in the server, I used the shell command to open that up. It did not deflate the file. one console application up and running long time. Thanks.
Dim web As New System.Net.WebClient()
web.DownloadFile("http://oig.hhs.gov/fraud/exclusions/downloadables/updatedleie.EXE", strNancyDir & "\update.exe")
Call Shell(strNancyDir & "update.exe")
I also try this code , too. It did not work
down the file and email the file to nancy
Dim web As New System.Net.WebClient()
web.DownloadFile("http://oig.hhs.gov/fraud/exclusions/downloadables/updatedleie.EXE", strNancyDir & "\update.exe")
System.Diagnostics.Process.Start(strNancyDir & "update.exe")