-
Notifications
You must be signed in to change notification settings - Fork 2
Sample Runtime Options
mctinker edited this page Aug 20, 2026
·
6 revisions
- Run MapTasker with default or saved options: maptasker
All options can be set in the GUI.
* Run with all options on and the highest level of detail: **_maptasker -everything_**
* Run a summary level only: **_maptasker -detail 1_**
* Example fetching XML file directly from your Android device: **_maptasker -android_ipaddr=192.168.0.60 -android_port=1821 -android_file=/Tasker/configs/user/backup.xml_**
* Example using a specific local XML file (File_List.prf.xml): _**maptasker -file "/Users/mikrubin/My Files/File_List.prf.xml"**_ > Note: The quotes are only needed if there is a space in the file location.