I am trying to run Test.py
using os.system(path)
where I specify the path of the file but I am getting an error. Basically, I want to run Test.py
from here and display the output.
import os
os.system(rf"C:\\Users\\USER\\OneDrive-Technion\\Research_Technion\\Python_PNM\\Sept15_2022\\220\\1\\Test.py")
The error is
The system cannot find the path specified.