View Single Post
Old 09-06-2019, 02:39 AM   #1867
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default

Quote:
Originally Posted by MusoBob View Post
[code injecting arbitrary data straight into a command line]
Better to use CF_ShellExecute or BR_Win32_ShellExecute from SWS. They're protected against command injections and they work on Linux.

Code:
reaper.CF_ShellExecute('https://reaper.fm')

Last edited by cfillion; 09-06-2019 at 02:44 AM.
cfillion is offline   Reply With Quote