System.Exec problem
#1
Hello,

i want to call XBMC.System.Exec("C:\Program Files (x86)\DVBViewer\dvbviewer.exe") but i always gives me an error message, that "C:\Program " can't be found. Quoting doesn't help. How can i open the file?
Reply
#2
Not sure about windows stuff, but you could try to use the env var '%ProgramFiles(x86)%' instead.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
Try XBMC.System.Exec(""C:\Program Files (x86)\DVBViewer\dvbviewer.exe"")
Reply
#4
Double quoting works! Thx.
Reply

Logout Mark Read Team Forum Stats Members Help
System.Exec problem0