Help!

I have an application that has actions that allow us to pass field values out of t's database. for example, you can get it to run an action, such as open a text file, and then dump some values in to the file.

What I would like to do, is to be able to pass a value from this application to a simple VB script I am working on.

So in it's most basic fashion... you click a button in the app, it launches the VBS file and the VB simply pops up a message box with the specified value from the app.

Is this possible?

Bax.