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 bkrike 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: sengkannan
  • Content: Threads
  • Order by date
  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

    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...
  4. 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...
  5. 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
  6. 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
  7. 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.
  8. 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