UVK scripting commands - <Download> |
This mode can be very useful if your browser is infected and you can't download an antivirus or anti-spyware program, or if you want to automatically download and run a file in a specific part of a script.
Syntax:
<Download>
Url of the file to download | Path to
save the file on the hard disk, including the file name.
As you can see in the example below, the url is separated from the destination path by " | ". This separator is very important and it must always be a vertical bar (|) with only one white space on each side.
<Download>
http://www.carifred.com/uvk/UVKSetup.exe
| %MyDocs%\UVKSetup.exe
http://www.carifred.com/uvk/UVKPortable.exe | %Desktop%\UVK.exe
<Run>
%MyDocs%\UVKSetup.exe -Silent
Back to the list