Command line format

m2e | adae [fileName] [{switches}]

m2e is the name of the Modula-2 environment executable.

adae is the name of the Ada95 environment executable.

fileName is the name of the project or editor file to open. If you omit the fileName the environment will scan the current directory for project files and if it finds one project file it will automatically open that project file. If it finds multiple project files it will prompt you with a list. The most recently edited project will initially be the selected project in the list. If you do not want to open any of the projects in the list you can select the "<<none>>" project.

switches are option switches. They are all optional. Switches are identified by a leading '-' character. On Win32 a '/' character may be used instead of the '-' character. The available switches are...

Switch Action
Win32 Sets the default project type to 32-bit Windows. Default on Windows based systems.
Linux Sets the default project type to Linux. Default on Linux based systems.
SunOS Sets the default project type to SunOS/Solaris. Default on SunOS based systems.
Solaris Sets the default project type to SunOS/Solaris. Default on Solaris based systems.
Win16 Sets the default project type to 16-bit Windows.
X32 Sets the default project type to 32-bit DOS extended with the X32 DOS extender.
DOS Sets the default project type to 16-bit DOS.
DOSX Sets the default project type to 16-bit DOS extended.
Edit Specifies that the fileName parameter is a text file to edit.
HexEdit Specifies that the fileName parameter is a binary file to edit.
Minimized Specifies that the environment should open its windows minimized.
Maximized Specifies that the environment should open its windows maximized.
Script Runs a script file at startup.

Script:scriptFileName{,scriptParam}

scriptFileName is the file name of the script file to run.
scriptParam are the script parameters. Up to eight parameters can be passed.