I am trying to open a .txt file using NotePad++ in Python IDE using subprocess.call function. One issue I needed help is that once I execute below codes: subprocess.call([r”C:Program FilesNotepad++notepad++.exe”, r”C:locationmyfile.txt”]) Python won’t start executing other codes …