I have a Unix script which generates a '.csv' file.

I have to automate the following process :

1. After the '.csv' file is generated, I should invoke some
command (maybe that's a script again) which will read
the '.csv' file and creates a '.mdb' file.

2. Is there anyway that I can call a 'VB' program from a Unix
script? Or

3. how can I call a VB program from another VB program?

Any ideas? I have the standalone VB programs running. At this point, I have to manually take the '.csv' file and generate an access DB. So, I am looking to automate this step.

any help towards this is greatly appreciated.