mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
8 lines
206 B
Text
8 lines
206 B
Text
|
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
|