Parse command-line arguments: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
m →‎{{header|Phix}}: added pwa/p2js output
Petelomax (talk | contribs)
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 {user-agent(here trimmed),href} pair:
pwa/p2js: There is no real command line, you always get a length-2 {appCodeName,href} pair:
<pre>
<pre>
{"Mozilla/5.0 ...","file:///C:/Program%20Files%20(x86)/Phix/pwa/test.htm"}
{"Mozilla","file:///C:/Program%20Files%20(x86)/Phix/pwa/test.htm"}
</pre>
</pre>