Moscrif emulator
Moscrif IDE runs Moscrif emulator in the background, which separates application from the IDE. All messages from Emulator are displayed in IDE Console panel.
Moscrif Emulator can be launched from Command Prompt as well.
Emulator accepts three parameters:
- /f name of project’s *.app file
- /d location of workspace location
- /o name of output file (console)
Note: If the project requires Moscrif framework files, they need to be physically in application workspace. By default, there are just system links to framework source. When workspace is created, an option is availaible to copy framework source file into workspace.
Let's take a look at example pf how to run Snake application via command line:
Run command line tool and go to the workspace where Snake.app is located. Make sure that moscrif.exe is in your system paths, otherwise you will need to provide full path to executable moscrif file (in windows platform moscrif.exe).
Command line:
prompt> moscrif.exe /f Snake.app /d . /o console
Note: Application messages are stored in console.txt file