Eliot's Forum
The commandline arguments - Printable Version

+- Eliot's Forum (https://eliotvu.com/forum)
+-- Forum: UE Explorer (https://eliotvu.com/forum/forumdisplay.php?fid=1)
+--- Forum: General (https://eliotvu.com/forum/forumdisplay.php?fid=3)
+--- Thread: The commandline arguments (/showthread.php?tid=81)



The commandline arguments - eliot - 07-31-2013

As most software, UE Explorer does also accept commandline arguments:

Arguments:
  • file_path (Optional)
  • -console : Launches UE Explorer as a console window displaying its live-log.
    • -silent : The console window will automatically close when the task completes.
    • -export=classes or scripts : Exports all classes or scripts from the specified package.
  • -newwindow : Open the file in a new UE Explorer window.

An Example:

"C:\Program Files (x86)\UE Explorer\UE Explorer.exe" "C:\UT2004\System\Core.u" -console -export=classes