Skip to content
⌘ NSIS Forum Archive

Remove the protocol of a URL

3 posts

pokeshow#

Remove the protocol of a URL

Hi,

I made a instalar that is called by a protocol in Internet Explorer. For example: If a website wants to call it, you can make a link to install://file.zip

I use that script to get the command line, but it comes with the instal:// in the beginnig

Is there a way to split "install://file.zip" , and obtein only "file.zip" ???

Thanks a lot
Afrow UK#


In the function change "\" to "/"

-Stu