Comments on: HOWTO: Use Command-Line Options in X-Plane https:/2006/10/howto-use-command-line-options-in-x-plane/ Developer resources for the X-Plane flight simulator Tue, 01 Feb 2011 18:54:03 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Anonymous https:/2006/10/howto-use-command-line-options-in-x-plane/#comment-1453 Tue, 25 Sep 2007 12:00:00 +0000 http://www.x-plane.com/dev_blog/?p=538#comment-1453 Pipe the output like this:
“X-Plane 860.exe” –help | more

]]>
By: Benjamin Supnik https:/2006/10/howto-use-command-line-options-in-x-plane/#comment-1454 Thu, 05 Oct 2006 21:00:00 +0000 http://www.x-plane.com/dev_blog/?p=538#comment-1454 I used printf, assuming (incorrectly) that it would go to the spawning process for printing. But it just goes in the bitbucket. Any idea how I can get access to the parent console?

]]>
By: StrmRnr https:/2006/10/howto-use-command-line-options-in-x-plane/#comment-1455 Thu, 05 Oct 2006 20:50:00 +0000 http://www.x-plane.com/dev_blog/?p=538#comment-1455 Tried simply piping the output to a text file, but nothing was saved.

What method do you use to dump the text to the DOS prompt?

]]>