Dim fso, WshShell Set fso = CreateObject("Scripting.FileSystemObject") If (fso.FileExists("C:\Ticker\songdata.bat")) Then Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "C:\Ticker\songdata.bat" ,0 ,False End If