mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
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 |