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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rotomac
  • Content: Threads
  • Order by date
  1. rotomac

    how to soure unix .cshrc file using tcl/tk?

    Hi all, I want to source the .cshrc file using tcl/tk. my .cshrc file contains follwoing: alias herc1 'set path = (/home/user/her1/bin $path) alias her2 'set path = (/home/user/her2/bin $path) That what i am doing in my terminal window, source .cshrc herc1 which herc...
  2. rotomac

    how to execute "source" command in tk?

    hi, i want to source file using tk. source /home/user/abc.csh how can i do it using tk? roto
  3. rotomac

    can any one help me to "set path" unix command using tcl script?

    Hi, I just want to know how can i set the path in unix by using the tcl script. ex: if { $hera == 1 } { exec set path = /user/a } } Thanks

Part and Inventory Search

Back
Top