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 tcltest

  1. tcltest

    restore command in tcl

    ok.. thanks for the information SHRIKANT BADIGER SJCE MYSORE
  2. tcltest

    restore command in tcl

    hi.. some program restore "CELL_NUMBER==$cell" can you tell me . whats the use of this restore ? SHRIKANT BADIGER SJCE MYSORE
  3. tcltest

    i want to grep expected output between two string in patter?

    ok.. thanks,, i changed..its running properly.. SHRIKANT BADIGER SJCE MYSORE
  4. tcltest

    i want to grep expected output between two string in patter?

    thanks.. again our requirement changed.. now the ouput is in following format: "omppclh> perl pcmd_verify.pl 2000 20000 2000 4567 343455 545 ERROR: cell mismatch: expected cell: 10000 existed cell : 20000 omppclh> now i want grep the output from ERROR i don't want perl pcmd_verify.pl 2000...
  5. tcltest

    AT simulation

    Hi... i wanted to simulate the AT.(Access Terminal) mainly i want to request for a specific application in server, so i need to send request message, before : AT has some interface click button if we click on button it send the data request packet to server. now: i don't want to use extra...
  6. tcltest

    i want to grep expected output between two string in patter?

    t hanks its working but sometimes omppch root> will come instead of omppclb> so can u modify . i tried to modify and run but failed: set output "omppclh root > error: mismatch in cells expected cell:40000...
  7. tcltest

    i want to grep expected output between two string in patter?

    no sir.. your solution not working SHRIKANT BADIGER SJCE MYSORE
  8. tcltest

    pointer declarations and dereferencing

    float *px; // this only for the px to be floating pointer float* x,y; // here both x and y become pointers. SHRIKANT BADIGER SJCE MYSORE
  9. tcltest

    not a c programmer - need a c wrapper to pass CLI parameters

    ya. i also tried by above code . it working well :) thanks for the solution SHRIKANT BADIGER SJCE MYSORE
  10. tcltest

    sendCommand to send integer

    hi.. i am using sendCommand to send any user command to another server by running tcl program. no i want to send some integer number and have to send "enter" command. any one can help me. for example. you are in server A and logging to server B by tcl program. now your server B have to receive...
  11. tcltest

    How to take screenshot in Windows?

    you can use print screen button and paste in paint right ?
  12. tcltest

    i want to grep expected output between two string in patter?

    set output "omppclb> error: fialed due to mismatch of values Existed value : 20000 expected value: 40000 omppclb>" from above veriable i wanted to get string between "omppclb " can you please suggest me how to fetch the...

Part and Inventory Search

Back
Top