| Refresh | Home EGTry.com

open a file with the default application using vb script


Const MAXIMIZE_WINDOW=3
Const RECENT_SIZE=4
Set objShell=WScript.CreateObject("WScript.Shell")
objShell.Run "tmp.txt",RECENT_SIZE