Load URL
Posted: Mon Jun 25, 2018 6:41 pm
Finally, JB can download a file from the internet! This can pave the way for a JB web browser, with all the rendering done by JB; this can also support ads in your application downloaded from your site. This requires .NET framework 2.0 and up. At 5.0 kb, it won't clutter anything up.
Please report any troubles or bugs.
Usage:
Usage:
Code: Select all
run "downloadUrl.exe http://justbasic.com/justbasictitle.jpg jblogo.jpg" 'Downloads JB's logo from their website and saves it.
'This can download ANY file.
end