home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Advisor 2006 January
/
PCA126_DVD.iso
/
TRIAL
/
MacromediaStudio
/
Flash8-en.exe
/
Macromedia Flash 8.msi
/
ISSetupFile.SetupFile4
/
Binary.ISSELFREG.DLL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-31
|
175 b
|
6 lines
Sub ShowReadMe()
dim objShell
set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "c:\Readme.htm", "", "", "open", 1
set objShell = nothing
End Sub