reactos/rosapps/packmgr/tree/abiword.inst.rps

9 lines
210 B
Plaintext
Raw Normal View History

'Install rutine for abiword
Sub Main
download ("http://www.abisource.com/downloads/abiword/2.2.5/Windows/abiword-setup-2.2.5.exe", "abisetup.exe")
End Sub
Sub After
shell abisetup.exe
End Sub