Hey All,
I have a question ni regaurds to what would be the best path to follow. The program I am trying to compile works like this. Our server has custom alters that let us know about trigger events happening on the server. We have a DOS based program called bmail that can send email VIA the command prompt. The custom alerts allow for exicution of a application but not string within. What I am try to do in a nut shell is create a inter-mediary. By that I mean a file that when exicuted by the alert, opens the Command prompt and then exacutes the BMAIL program with the Variables needed. A example of what it would need to look like is
C:\bmail\bmail.exe -t user@domain.com -f terminal@server.com -b Body of message here etc. Anyone have any idea's on what a good method to do this would be?
I have a question ni regaurds to what would be the best path to follow. The program I am trying to compile works like this. Our server has custom alters that let us know about trigger events happening on the server. We have a DOS based program called bmail that can send email VIA the command prompt. The custom alerts allow for exicution of a application but not string within. What I am try to do in a nut shell is create a inter-mediary. By that I mean a file that when exicuted by the alert, opens the Command prompt and then exacutes the BMAIL program with the Variables needed. A example of what it would need to look like is
C:\bmail\bmail.exe -t user@domain.com -f terminal@server.com -b Body of message here etc. Anyone have any idea's on what a good method to do this would be?