Parse command-line arguments: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: appCodeName)
Line 514: Line 514:
{"C:\\Program Files (x86)\\Phix\\test.exe","C:\\Program Files (x86)\\Phix\\test.exe","nc","-v","-n","-z","-w","1","192.168.1.2","1-1000"}
{"C:\\Program Files (x86)\\Phix\\test.exe","C:\\Program Files (x86)\\Phix\\test.exe","nc","-v","-n","-z","-w","1","192.168.1.2","1-1000"}
</pre>
</pre>
pwa/p2js: There is no real command line, you always get a length-2 {appCodeName,href} pair:
pwa/p2js: There is no real command line, you always get a length-2 {"p2js",href} pair:
<pre>
<pre>
{"Mozilla","file:///C:/Program%20Files%20(x86)/Phix/pwa/test.htm"}
{"p2js","file:///C:/Program%20Files%20(x86)/Phix/pwa/test.htm"}
</pre>
</pre>