FreeRDP - 使用命令行参数启动应用程序

fil*_*ilo 5 freerdp xfreerdp rdp

我想通过带有命令行参数的 FreeRDP 启动 Windows 应用程序。我试过:

xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:\windows\system32\notepad.exe' -app-cmd 'c:\test\test.txt'
Run Code Online (Sandbox Code Playgroud)

xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:\windows\system32\notepad.exe' -app-file 'c:\test\test.txt'
Run Code Online (Sandbox Code Playgroud)

但每次带有空白文件的记事本启动时。我还尝试在文件路径和斜杠中使用双反斜杠 - 所有结果都相同。

test.txt 文件当然存在。如果我运行notepad c:\test\test.txtStart->Run然后记事本打开正确的文件。

如何在 FreeRDP 中将命令行参数传递给远程应用程序?我正在运行 FreeRDP 2.0.0。