1

Currently I start a GUI from the console which involves first loading the GUI with load-gui and then run the script which shows the GUI.

How can I start the GUI without a console showing?

HappySpoon
  • 233
  • 2
  • 8

1 Answers1

0

You have to specify the open/exe action for the R3 script : the R3 exe.

JeanLouis
  • 41
  • 1