Is there any way to launch this .vbs and popup which file to run?
Dim WSHShell
Set WSHShell = WScript.CreateObject("WScript.Shell")
' open maximized and wait
WSHShell.Run "c:\progra~1\la\file1.exe"
or run c:\progra~1\la\file2.exe
Set WSHShell = Nothing
WScript.Quit(0)