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
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()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.