Start a new topic
Solved

RoyalTS 5 Dynamic Foder Script Interpreter

Hi,

I've wrote a Python script for a Dynamic Folder. It works under MacOS with RoyalTSX but on Windows it only works if there are no spaces in the user's home folder path.


So if the user John Doe has it's home folder at "C:\Users\John Doe" the Dynamic Folder will return an error due to the presence of the space.


The workaround is to set the System Environment Variables "TEMP" and "TMP" to something without a space, like "C:\TEMP" but obviously this is just a patch.


Thank you guys for your work!


Regards,

Matteo


Thanks for reporting the issue. This should be fixed in the next release.

Hi,

I try to wrote a Python script to connect directly to machine in SSH protocol there is some exemple of code in python ?

Thank you guys for your work!

Regards,

Zakaria

Hi Hakem,


you can write a python script to populate a dynamic folder and create SSH connections. Examples can be found on our github repo:

https://www.royalapplications.com/go/dynamicfolder-samples


Regards,

Stefan

Login or Signup to post a comment