Re: Accessing .exe files from applet
Posted By:
WarnerJan_Veldhuis
Posted On:
Thursday, February 9, 2006 07:46 AM
Due to the security model in which applets are run, you cannot start processes on the clients computer: r.exec( "format c:") explains why :)