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.
# 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