Parse command-line arguments: Difference between revisions

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

edits