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

8 lines
206 B
Plaintext
Raw Normal View History

Sub Main
download "http://www.abiword.org/downloads/abiword/2.4.1/Windows/abiword-setup-2.4.1.exe", "abisetup.exe"
End Sub
Sub After
shell abisetup.exe
' ToDo: Delete abisetup.exe
End Sub