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!

Search results for query: *

  1. sengkannan

    Running unix command which contains quotes

    Having problem running the folloing lines in tcl under unix:- bsub -n 12 -q que '(/abc/efg -IBV -prot -cpu_bind=v -lsb_mcpu_hosts -e MPI_WORKDIR=/aa/dd i=in.k memory=1024M memory2=150M >>/abd/efg/o.t 2>&1)' i have tried both "eval exec", and exec Thanks
  2. sengkannan

    TCL commands to get detailed info on running processes in xp

    Are there any TCL commands which can give detailed information on running processes in xp. For example windows tasklist command gives very limmited information on running processes. Program like "Processes explorer" (http://technet.microsoft.com/en-us/sysinternals/bb896653) is able to give...
  3. sengkannan

    How to spawn a TCL script

    Thanks Feherke, that worked great. I have spent weeks looking for that answer on the net. next time I will come straight to tek-tips :)). Thanks again for your input.
  4. sengkannan

    How to spawn a TCL script

    I would like my main TCL script to execute another TCL script file in a new dos window (i.e it should launch a new dos window). Or spawn a new process which is independent of the main script, i.e if the main process is killed the spawned process should continue. eg "exec start tclsh84.exe...
  5. sengkannan

    Problem selecting menu option when created in a loop

    Thanks for your speedy response its working corectly now. It seems I need to brush up on my speeling and TCL/TK fundementals Thnaks again Krish
  6. sengkannan

    Problem selecting menu option when created in a loop

    Hi I am trying to create a simple drop down menu which is created using a for loop. All the options are displayed but does not alow selection, it always picks last item on the list. Please find short code bellow Thanks Krish #!/usr/bin/wish menubutton .mb1 -text "appel" -menu .mb1.fruits...
  7. sengkannan

    Can Perl Expect module control graphical application

    Thanks for the info
  8. sengkannan

    Can Perl Expect module control graphical application

    I would like to know if Expect can be used to control graphical application using GUI or openGL where most of the input is via cursor picking and dialogue boxes
  9. sengkannan

    How do I install perl/tk module on UNIX workstation

    Thanks for the pointer.
  10. sengkannan

    How do I install perl/tk module on UNIX workstation

    How do I install the perl/tk module on a unix workstation. Since I don’t have root privileges I need to install it in my local directory. The perl version on my machine is 5.8.0 Thanks for any assistance
  11. sengkannan

    Is perl faster than awk

    Thanks for your advice. My initial test showed perl to read files faster than awk so I will go ahead and convert the script to perl manualy.
  12. sengkannan

    Is perl faster than awk

    Hi, I have an awk script which does lots of mathematical calculation and takes approximately 30 minutes to run. Will perl be as quick? Thanks.
  13. sengkannan

    How to create a message box when a background process finishes

    Hi, I am executing a unix command in the background. I would like to create a message box when this background process finishes Thank you for any asistance Eg:- exec test.exe &

Part and Inventory Search

Back
Top