|
Navigation: Using iKog > Saving your work > Exporting and importing |
![]() ![]()
|
If you want to export your tasks to a text file, just use the EXPORT command. This will create a file, ikog.py.tasks.txt with just the task details. The file format is really only intended for use with the IMPORT command.
![]()
If you had renamed the program, the export file name will also change. So if you renamed the program, MYPROG.py, the export file name would be MYPROG.py.tasks.txt.
To import tasks from a file created by the EXPORT command just use the IMPORT command followed by the filename containing the tasks. e.g.
>>>IMPORT ikog.py.tasks.txt |