Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Giber
  • Order by date
  1. Giber

    Execute Grind.exe from myApplication

    Yes, I have to execute my application (the one that runs grind.exe) from inside the machine where the grind.exe (Aloha) is installed. Thanks for your response. Giber
  2. Giber

    Execute Grind.exe from myApplication

    Hi, Do you know how to execute grind.exe from a VB.Net Application? I have this so far: Dim p As New Process p.StartInfo.FileName = "\\path\Aloha\BIN\GRIND.EXE" p.StartInfo.Arguments = "/DATE 20061226" p.StartInfo.UseShellExecute = False p.Start()...

Part and Inventory Search

Back
Top