我想通过带有命令行参数的 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.txt
从Start->Run
然后记事本打开正确的文件。
如何在 FreeRDP 中将命令行参数传递给远程应用程序?我正在运行 FreeRDP 2.0.0。
在查看一些文件系统以了解哪些文件系统消耗了磁盘空间时,我发现了一个名为GNUSparseFile.0
. 我无法轻易查明其内容是否被使用。它可能是解压后暂时剩下的东西吗?操作系统是 FreeBSD,因此可能已使用 BSD 解压tar
。