1: 2: 3: 4: 5: 6:
Sub OpenFile Set objShell = WScript.CreateObject("Wscript.Shell") thinapp = """\\server\apps$\school\PSP8\jasc Paint Shop Pro 8.exe""" objShell.Run thinapp end sub