Jump to content

frowzzy

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by frowzzy

  1. yes it did work fine for me. Thanks for help!
  2. Last login: Tue Dec 24 02:18:36 2013 from 172.30.21.30 Oracle Corporation SunOS 5.10 Generic Patch January 2005 ]0;urege@:~[1;36murege[0m@[1;33mshell02.cell.sv2.tellme.com[0m:[1;32m~[0m 03:22:18 $ /home/urege/myscript.sh 0 1 2 3 4 and unwanted portion is 1st and 2nd line
  3. I am reading files from unix systems using tail -f command and dont want to see the welcome banner on unix host while output is being displayed.
  4. Need some help in parsing the output stream from plink and get rid of unwanted lines from output appearing on GUI. any help is welcome? rgds, frowzzy
  5. Thanks...! I used a different approach...and used AdlibRegister function and it works to an extent that it stops display...though it keeps running the background script on unix that is even after I send kill -9 command
  6. Thanks gruntydatsun that really is very helpful! Can you please also suggest how do i stop the background process on unix, i mean how do i send Ctrl+c ...I tried suggestion in one of the posts in diff thread but it does not work....?? Basically, I would like to stop/pause the execution of the unix script using this GUI...is it possible? any idea? Thanks again!
  7. Hi, I am trying following and need help. -- connect to remote unix host using plink (done) -- run a script on remote Unix host (done) -- capture only output of the script and ignore login banner and any other garbage (NEED HELP) -- how to capture continuous output like tail -f filename and display it in custom autoit GUI (NEED HELP) Any help and support is appreciated. Note: I am using plink_wrapper.au3 rgds, frowzzy
  8. Hi, I am trying following and need help. -- connect to remote unix host using plink (done) -- run a script (done) -- capture only output of the script and ignore login banner and any other garbage (NEED HELP) -- how to capture continuous output like tail -f filename and display it in GUI (NEED HELP) Any help and support is appreciated. Note: I am using plink_wrapper.au3 rgds, frowzzy
×
×
  • Create New...