%C - This is a QNX/Photon Application.
%C [options]

Options:
  -s server       Server node or device name
  -x x            Initial x position; use -p instead
  -y y            Initial y position; use -p instead
  -h h            Initial h dimension
  -w w            Initial w dimension
  -S i|m|n        Initial window state: i=iconified, m=maximized, n=normal
  -1              One-shot text entry; quit as soon as 'Enter' is pressed.
  -p x,y          Position at (x,y)
  -a x1,y1,x2,y2  Avoid covering the rect (x1,y1) (x2,y2)

Examples:
%C -s4
  Run using Photon server on node 4

%C -s//4/dev/photon
  Same as above

%C -x10 -y10 -h200 -w300
  Run at initial position 10,10 with initial 
  dimension of 200x300.
