Psychoticus 0 Newbie Poster

Ok so im not quite sure this is possible but i've had a lot of help here so i thought i'd give it a go. I have a batch file that i wrote that installs some programs silently (Adobe reader, nero essentials etc) and i would like to be able to incorporate that into a program tht im trying to write in .net obviously and was wondering if there was a way to do this?Thanks in advance.

Cheers,
James

EDIT:
found that i can run the batch file from my .net program but would rather install directly from .net program

dim shell
set shell=createobject("wscript.shell")
shell.run "SilentInstall.bat"
set shell=nothing