Issue handling certain characters in .rdp filenames.
Closed this issue · 3 comments
milolethbridge commented
awakecoding commented
Windows processing of command-line arguments is very tricky, I'll test with a similar file name, I think this may have to do with escaping some parameters when passing them to the Detours version of CreateProcess. I just fixed an issue yesterday where the file path of the executable had to be within quotes to support paths with spaces. In the meantime just rename the file and it will work
milolethbridge commented
Thanks, works just fine renamed.
awakecoding commented