Project

General

Profile

Actions

Feature #4

open

Add command arguments from console

Added by walkero 6 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
Start date:
09/22/2025
Due date:
% Done:

0%

Estimated time:

Description

Add some options for running systems from console

The following get the arguments and lists them

args, count, console = GetCommandLine()
DebugPrint("Number of arguments:", count, console)
For Local k = 0 to count - 1
   DebugPrint("Arg #", k, ":", args[k].arg, "Param:", args[k].param)
Next

Add the following arguments:

  • h/-help: that lists all the available arguments. Should not show the GUI, but should show version, date of release and copyright
  • run: Run a specific system given by its name. If -no-gui is used, nothing will be shown, but the vm will run. If an error occurs, i.e. wrong name, failed starting the VM, then the errors should be printed in the console. Need to think about the console output of some systems
  • no-gui: Do not show the GUI

No data to display

Actions

Also available in: Atom PDF