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