Running emulator without IDE can be handy for presentations or for graphic designers.
1. Place emulator file and Moscrif workspace onto your disk.
2. Start Command Prompt

3. Start emulator file (moscrif.exe) from Command Prompt.
[path]\moscrif.exe /f demoSnake.app /d [path]\MoscrifWorkspace\myWorkspace\ /o console

Emulator accepts three parameters:
/f |
name of project’s *.app file |
/d |
location of workspace |
/o |
name of output file (console) |
You can also find Moscrif emulator's command in log moscrif-ide.log file, located in Moscrif SDK. Log file is placed at: C:\Users\[user name]\Documents\.Moscrif\ (windows).
4. 5. 2012 21:34:33 [DEBUG]: Start Application
4. 5. 2012 21:34:34 [DEBUG]: Workspace.Workspace ….
args WIN ->/f demoSnake.app /d C:\Users\Moscrif\Documents\MoscrifWorkspace\myWorkspace\ /o console
RUN EMULATOR –Start
4. Enjoy project
If the project requires Moscrif framework files, they need to be physically in application workspace. By default, there are only links to the framework’s files.
Application messages are stored in console.txt file
|