我想通过 FreeRDP 使用命令行参数启动 Windows 应用程序。我试过:
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:\windows\system32\notepad.exe' -app-cmd 'c:\test\test.txt'
和
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:\windows\system32\notepad.exe' -app-file 'c:\test\test.txt'
但每次启动记事本时都会出现一个空白文件。我还尝试在文件路径和斜杠中使用双反斜杠 - 所有这些都具有相同的结果。
test.txt 文件当然存在。如果我notepad c:\test\test.txt
从记事本运行Start->Run
,则可以正确打开该文件。
如何在 FreeRDP 中将命令行参数传递给远程应用程序?我正在运行 FreeRDP 2.0.0。