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 Rhinorhino 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 pwu

  1. pwu

    running another program

    Thank you! Oinkers, your tip works.
  2. pwu

    running another program

    I have found what the problem is, thank you <br>for read my question<br><br>solution:<br><br>use this (cause the path got space)<br>system(&quot;\&quot;d:\\program files\\distillr\\AcroDist.exe\&quot;&quot;);<br><br>not this<br>system(&quot;d:\\program files\\distillr\\AcroDist.exe\&quot;);
  3. pwu

    running another program

    I'm programming Perl in Win32 environment.<br>I've tried to run another program by using the system()<br>But sometime it's working, sometimes...

Part and Inventory Search

Back
Top