- Rearrange reactos.dff according to rosapps rearrange.
[reactos.git] / rosapps / packmgr / tree / irfanview.inst.rps
1 Sub Main
2 ' ToDo: Choose from different mirrors
3 download ("http://www.aeicomputertech.com/_downloads/iview398.exe", "iview398.exe")
4 End Sub
5
6 Sub After
7 shell iview398.exe
8 End Sub