![]() | 1 | initial version |
I do not think is Codemeter, else you would not be able to access PSSe. FYI, when accesing EXE or data files in OneDrive, on any python script or Bat file I enclose the whole path including the filename in quotes: apath = r'c:\ OneDrive.. \filename.txt"
![]() | 2 | No.2 Revision |
I do not think is Codemeter, else you would not be able to access PSSe.
FYI, when accesing EXE or data files in OneDrive, on any python script or Bat file I enclose the whole path including the filename in quotes:
quotes:
apath = r'c:\ OneDrive.. \filename.txt"\filename.txt'