Hello! I'm trying to automate opening and executing a Python script named Conversion.py, which is in Desktop. Here's what I've tried:
- Using File package open and Open Program (doesn’t execute script).
- Using a Python package to open, execute, and close (doesn’t execute script).
The script runs fine when I manually double click it in File Explorer.
How can I automate the following steps:
- Open File Explorer in the directory Desktop.
- Find and select Conversion.py.
- Double click it to run.
Any help is appreciated! Thanks!