mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
'Install rutine for Mozilla Control 1.6
|
||
|
|
||
|
Sub Main
|
||
|
download ("http://www.iol.ie/~locka/mozilla/MozillaControl16.exe", "mozillacontrol16.exe")
|
||
|
End Sub
|
||
|
|
||
|
Sub After
|
||
|
shell mozillacontrol16.exe
|
||
|
End Sub
|