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 SkipVought 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. tazhicham

    free solution

    hi all, i don't wanna by macromedia, so is there any free sowftware to create flash animation tanx,
  2. tazhicham

    How to get the PID from a system()

    hi jishu, you should try this (it's easy but i'm not that sure that's what you want): system("./XYZ &"); system("ps -ef | grep XYZ"); bye
  3. tazhicham

    busy widget

    sorry, i forget to specify i use perl/Tk. anyway, thanx Rieekan for your answer, it's definitly helpful.
  4. tazhicham

    busy widget

    hi all! when i click on a button of my main window, it creates a new window. so far, so good. but i want any click on a button disabled till my new window appears. i know that there's a busy method but i can't figure out how to use it. thanx bye
  5. tazhicham

    clear screen

    i'd like to clear my screen but i didn't find the comand. if someone could help me i'd really appreciate. tanx ;-)
  6. tazhicham

    simple grep

    what's your question? exactly
  7. tazhicham

    Serial Port Programming with C/C++

    hi, i guess that the header file is called dos.h and you can use inportb and outportb. i did that as a student and it works fine but you got to use interrupt functions. hope it ll help you --------------------------- B-) day or night? don t care
  8. tazhicham

    pingecho() problem on perl 5.6.1

    thanx ircf , i m going to download this version. ----------------------------------- B-) day or night? don t care!
  9. tazhicham

    pingecho() problem on perl 5.6.1

    hi all; i work on two different station one with perl 5.6 and one with perl 5.8 with perl 5.6 the returned value of the pingecho function is always 0.otherwise with perl 5.8 pingecho returns 1 when the host is connected, if not 0. if you have any idea i ll be glad to hear it...
  10. tazhicham

    using system() then awk

    the main issue is that i have to make a remote shell to log myself as grl on pgrl station: rsh -l grl pgrl and then ping a host but i don t if there is a perl command working like rsh thanx
  11. tazhicham

    using system() then awk

    hi all, i want to ping a host (called uc421) then get the returned error value in a file called ping_error. so i did it this way; use Tk; system("rsh *l grl pgrl /bin/awk '{ /sbin/ping -c 1 uc421 $! >> ping_error }'"); but it doesn't work, and the followin' message is displayed...
  12. tazhicham

    How to halt in program

    #include <stdio.h> void main(void){ char c; printf(&quot;Press enter to continue...\n&quot;); do { c=scanf(&quot;%c&quot;,&c); }while (c!=&quot;\n&quot;); clrscr(); } hope it'll help you. hisham.
  13. tazhicham

    unix command

    tanx mike. your help has been defenitely helpful. but remember if you get drunk you go to sleep if you go to sleep you commit no sin if you commit no seen you go to heaven so let's get drunk to go to heaven
  14. tazhicham

    unix command

    id like to include a unix command in my perl code. would you please tell me how to make a &quot;ll&quot; or &quot;cd ..&quot; from my perl programm. tanx
  15. tazhicham

    window color

    i'd like to know how to change the color of the window i created. what's the function?

Part and Inventory Search

Back
Top