mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
8 lines
189 B
Text
8 lines
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
|