first let me start by thanking everyone for their help. Well here is what I'm trying to do. I have a file in a directory lets say C:/Files/data.csv now in cell C21
of the data.cvs I have a filename lets call this file test.sav which opens in PTI (a software that has Phyton built into it) this file is in a diferent driectory lets say C:/PTI_file/test.sav. Now I what to create a python file that will open the data.csv file read cellC21 and open the test.sav file in PTI. Just to clarify if you double click on test.sav it will open in PTI.
of the data.cvs I have a filename lets call this file test.sav which opens in PTI (a software that has Phyton built into it) this file is in a diferent driectory lets say C:/PTI_file/test.sav. Now I what to create a python file that will open the data.csv file read cellC21 and open the test.sav file in PTI. Just to clarify if you double click on test.sav it will open in PTI.
Comment