Enable the Console View

  1. Close the Sierra Desktop App.
  2. Open the Sierra Desktop App Folder; by default C:\Sierra Desktop App.
  3. Locate and open iiirunner.lax with Notepad. You may have to select Notepad from a list of programs if no program is associated with the .lax file extension
  4. Find the LAX.STDERR.REDIRECT. This is toward the bottom of the file.
  5. Add “console” to “lax.stderr.redirect=”
  6. The line should now read: lax.stderr.redirect=console
  7. Find the LAX.STDIN.REDIRECT area. This directly after the LAX.STDERR.REDIRECT section.
  8. Add “console” to “lax.stdin.redirect=”
  9. The line should now read: lax.stdin.redirect=console
  10. Find the LAX.STDOUT.REDIRECT area. This directly after the LAX.STDIN.REDIRECT section.
  11. Add “console” to “lax.stdout.redirect=”
  12. The line should now read: lax.stdout.redir
  13. Save and Close the file.