1. You need to install Python IDE. I use thonny.org
2. Copy and edit the code:
Code: Select all
import os
l = os.listdir(r"C:\Aristotle") # the path to a folder with files
for x in l:
if ".zip" in x: # exclude files with .zip extension
continue
print ("Nicom.eth.: "+x) # Add the prefix to the name of a task
4. Copy the values from the Shell
5. Open ToDoList 6.Press Ctrl+I
7. Paste text