invocking a bat file from an applet

Hi,I want to invoke a bat file from an applet. Is it possible that I get it invocked when I click on a button?.thankyou.
[141 byte] By [nitishreddya] at [2007-11-26 16:50:47]
# 1
no, applets have no access to the local file system (at least not without a lot of extra work involving security certificates).That's a good thing, not a bug (just making sure you know that, as often people when they hear this will start asking when this 'bug' is going to be
jwentinga at 2007-7-8 23:18:26 > top of Java-index,Desktop,Core GUI APIs...