exec a command
843798Jun 19 2001 — edited Jun 20 2001hi,
i am not to familiar with runtime controls so please help. I am trying to have a command executed from the prompt. I want the user to be able to view an excel sheet upon clicking a button on the application window.
How can i do that? do i need to import libraries? extend anything or throw anything? Also
should i use: Runtime.exec("command"); because it didnt work.
Thanks
Rick