Help!
I am trying to execute a program with switches in the /usr/bin of my linux system using a tk script. I try to exec filename -fl -a. and prints cant find file. But if I use exec filename it asks for the -a command. I have tried {} {} "" and ''. Any Ideas?
Also the next prob I have is I need to figure out how to make all the output from the prog I am running to go to the .console window I created.
Thanks for any suggestions
GReg R
I am trying to execute a program with switches in the /usr/bin of my linux system using a tk script. I try to exec filename -fl -a. and prints cant find file. But if I use exec filename it asks for the -a command. I have tried {} {} "" and ''. Any Ideas?
Also the next prob I have is I need to figure out how to make all the output from the prog I am running to go to the .console window I created.
Thanks for any suggestions
GReg R