[go: nahoru, domu]

Skip to content

Sample Runtime Options

mctinker edited this page Jun 4, 2024 · 4 revisions

Sample Runtime Options

  • Run MapTasker via the GUI (the most common option):  maptasker -g

  Note: The '-g' runtime option overrides all other runtime options since all other runtime options are entered via 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.