mirror of
https://github.com/reactos/packmgr.git
synced 2024-11-26 21:30:29 +00:00
3d30413562
svn path=/trunk/rosapps/packmgr/; revision=71
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
Sub Main
|
|
' ToDo: Choose from different mirrors
|
|
download ("http://www.aeicomputertech.com/_downloads/iview398.exe", "iview398.exe")
|
|
End Sub
|
|
|
|
Sub After
|
|
shell iview398.exe
|
|
End Sub |