mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
6344467474
svn path=/trunk/; revision=20540
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 |