FreeRDP - launch an application with command line argument
Clash Royale CLAN TAG#URR8PPP
up vote
4
down vote
favorite
I want to launch a Windows application via FreeRDP with command line arguments.
I tried:
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:windowssystem32notepad.exe' -app-cmd 'c:testtest.txt'
and
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:windowssystem32notepad.exe' -app-file 'c:testtest.txt'
but every time notepad with a blank file starts. I also tried using double backslashes in file path and slashes - all with the same result.
The test.txt file of course exists. If I run notepad c:testtest.txt
from Start->Run
then notepad opens this file correctly.
How do I pass command line arguments to remote app in FreeRDP? I am running FreeRDP 2.0.0.
freerdp xfreerdp rdp
add a comment |Â
up vote
4
down vote
favorite
I want to launch a Windows application via FreeRDP with command line arguments.
I tried:
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:windowssystem32notepad.exe' -app-cmd 'c:testtest.txt'
and
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:windowssystem32notepad.exe' -app-file 'c:testtest.txt'
but every time notepad with a blank file starts. I also tried using double backslashes in file path and slashes - all with the same result.
The test.txt file of course exists. If I run notepad c:testtest.txt
from Start->Run
then notepad opens this file correctly.
How do I pass command line arguments to remote app in FreeRDP? I am running FreeRDP 2.0.0.
freerdp xfreerdp rdp
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I want to launch a Windows application via FreeRDP with command line arguments.
I tried:
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:windowssystem32notepad.exe' -app-cmd 'c:testtest.txt'
and
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:windowssystem32notepad.exe' -app-file 'c:testtest.txt'
but every time notepad with a blank file starts. I also tried using double backslashes in file path and slashes - all with the same result.
The test.txt file of course exists. If I run notepad c:testtest.txt
from Start->Run
then notepad opens this file correctly.
How do I pass command line arguments to remote app in FreeRDP? I am running FreeRDP 2.0.0.
freerdp xfreerdp rdp
I want to launch a Windows application via FreeRDP with command line arguments.
I tried:
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:windowssystem32notepad.exe' -app-cmd 'c:testtest.txt'
and
xfreerdp -v 192.168.1.100 -u myuser -p mypassword -app 'c:windowssystem32notepad.exe' -app-file 'c:testtest.txt'
but every time notepad with a blank file starts. I also tried using double backslashes in file path and slashes - all with the same result.
The test.txt file of course exists. If I run notepad c:testtest.txt
from Start->Run
then notepad opens this file correctly.
How do I pass command line arguments to remote app in FreeRDP? I am running FreeRDP 2.0.0.
freerdp xfreerdp rdp
freerdp xfreerdp rdp
edited Oct 11 '17 at 6:17
asked Oct 10 '17 at 13:44
filo
1416
1416
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f397231%2ffreerdp-launch-an-application-with-command-line-argument%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password