Desktop only (Windows/macOS/Linux) - there's no equivalent launch mechanism on iOS/Android. These exist for an unattended/kiosk deployment: one PC running a single project's fill-out form in a car-lot window, with no way for a customer to browse other projects or reach anything used to build the document.

| Flag | Effect | |---|---| | -load "{project}" | Open {project} directly at startup, instead of resuming the last-opened project. | | --no-authoring | Hide "Edit Project Files" from the overflow menu and the per-row edit icon on the Projects list. | | --no-project-select | Hide "Select Project" from the overflow menu. |

Combine them freely - a typical kiosk shortcut looks like:

yatate.exe -load "window-sticker" --no-authoring --no-project-select

Notes