
sleuth
Enthusiast
Nov 2, 2000, 7:56 PM
Post #2 of 2
(650 views)
|
|
Re: command line arguments with the backtick
[In reply to]
|
Can't Post
|
|
I think that you will find system(""); works better. Use back ticks when you are doing something like $path = `whereis sendmail`; To run something on the system, do this, <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> system("xt test.xml test.xsl test.htm"); </pre><HR></BLOCKQUOTE> Sleuth
|