Dim proc as System.Diagnostics.Process = new System.Diagnostics.Process() Dim strFile As String = "Value-to-search"" proc.StartInfo.FileName = "c:\\FileSeek\\FileLookup.bat" proc.StartInfo.Arguments = strFile proc.Start () proc.WaitForExit ()