Hello,
I need to pass a small number of parameters (fields) from my Lotus Notes app to another program (a C# EXE). My app currently launches the EXE with:
Dim result As Integer
result = Shell(“C:\AWDmini.exe”, 1)
Using LotusScript, can anyone recommend the best method or approach? All suggestions welcomed!
Thanks.