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()
But throws me this error: Application Error: IBERSTR.DLL is missing or is not in the working path. Please rerun your installation or update your Aloha\Bin folder.
Do I need to specify more arguments for the process to start?
Thank you for your time and help
P.S. Sorry for any language errors
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()
But throws me this error: Application Error: IBERSTR.DLL is missing or is not in the working path. Please rerun your installation or update your Aloha\Bin folder.
Do I need to specify more arguments for the process to start?
Thank you for your time and help
P.S. Sorry for any language errors