mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
12a01a7706
svn path=/trunk/; revision=22441
8 lines
No EOL
206 B
Text
8 lines
No EOL
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 |