Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by frywonton

  1. frywonton

    Read an input file and cat it to another file and exec it in unix

    Hi Experts: I am trying to write a simple unix script. I am pretty sure it can be done but I am having issue with it. I am trying to write a unix script when user enter a file, cat the file and another file to create another file an then exec it/run. Here is a sample of my script(test.sh)...
  2. frywonton

    save and load in TK

    Thanks Bob for your reply. Well, it turns it does not matter what i called it load or loaddata. The reason for the error message is where the "load/loaddata" is placed. It needs to be end of the main program. It took me a while to firgure out and now it is working !
  3. frywonton

    save and load in TK

    Hi Experts: I am trying to do a load the file content from a file in tk. Here is a snippet of my load/save steps: 1) A form to a)Enter Name: b) Address: label .nlabel -text "Enter Name :" -bg lightblue entry .entry_nlabel -width 40 -textvar Name(Name) -bg pink label .label_add -text...

Part and Inventory Search

Back
Top