What is the correct way to reference a .rpg to the monkeydo command.

Former Member
Former Member
I created a project using the eclipse plugin.
I moved that project to another folder and tried to run it in the connectiq simulator using

> monkeydo new/path/to/my/app.rpg

No matter what, it will always run the old version of the app.
Matter of fact, even if I delete any myapp.rpg from the harddrive it will still run the (old) .rpg.

So am I doing something wrong? What's legit way to tell monkeydo to run a specific .rpg?
  • You should be talking about a .prg file, not .rpg file. If I try to run a .rpg file, the simulator generates an error...

    File pushed successfully
    Connection Finished
    Closing shell and port
    Found Transport: tcp
    Connecting...
    Connecting to device...
    Device Version 0.1.0
    Device id 1 name "A garmin device"
    Shell Version 0.1.0
    System Error
    Connection Finished
    Closing shell and port


    I think you want to use the extension .prg, and if you are on a windows system, you want to use \ as your path separator. If you want to clean up the files generated by the simulator and run clean, close the simulator and remove the files in %TEMP%\Garmin (if you are on a non-windows system, you'll want to clean up $TEMP/Garmin)

    Travis
  • Former Member
    Former Member over 9 years ago
    Great, thanks.