
Run a batch file from VB app.
Ok, I must be a real newby here, I just can't get a very simple project to
work...
All I am trying to do is create a very simple VB form that has a button to
click which exits the VB form and runs a batch file. That's it, but I keep
getting errors. Was trying the SHELL command but it does not like .BAT
files, and the SHELLEXECUTE I haven't made work yet either...
Is there a very simple way to click a button and run a BATCH file? I have
written several VB simple apps but this little snag has me puzzled...
Thanks for any help!