Load settings from script

Hello!
I use plugin vray for Rhino and I need load vray setting (.vropt) from python script, but when I try use rs.Command("vrayLoadSettings File "), rhino open dialog window where I need choose path manually.
How can I say Rhino use certain path from python script automatically?

I have solved this problem)
rs.Command(’_-vrayLoadSettings File {}’.format(path))

1 Like