Code: Select all
# Print the chosen phrase so that the calling shell can capture it
print(chosen_phrase)
Code: Select all
Run, %ComSpec% /k python "C:\Users\mike\AppData\Roaming\espanso\scripts\sayings.py"
Is this possible?
Code: Select all
# Print the chosen phrase so that the calling shell can capture it
print(chosen_phrase)
Code: Select all
Run, %ComSpec% /k python "C:\Users\mike\AppData\Roaming\espanso\scripts\sayings.py"