Set Extension Search Path to c:/users/sstudly/documents/omniverse/code projects/kit-extensions-template/exts
Able to see extensions stored at this location, however if you run a .bat or .sh file that call python the path is passed as c:/users/sstudly/documents/code projects/project1/test.bat and you get the following error:
can’t open file ‘C:\Users\sstudly\documents\omniverse\code’: [Errno 2] No such file or directory
Is there a way to pass the path to python with the necessary double quotes?