From 972832c39fb7e6cc159e247cae9c54cd848ddeb2 Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Tue, 5 Feb 2013 12:23:57 +0000 Subject: [PATCH] Added documentation stub for new protocol command SPAWN that spawns a new application. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1696 423420c4-83ab-492f-b58f-81f9feb106b5 --- doc/seamlessrdp-channel.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/seamlessrdp-channel.txt b/doc/seamlessrdp-channel.txt index 26db348..64782a0 100644 --- a/doc/seamlessrdp-channel.txt +++ b/doc/seamlessrdp-channel.txt @@ -1,8 +1,6 @@ TODO ---- -* Command for executing new programs. - * Commands for changing z order and focus. * Think about protocol version management @@ -332,6 +330,16 @@ DESTROY Identical to the command sent from server to client. +SPAWN +------- + +Spawn a new application. + +Syntax: + SPAWN,, + +Spawns a new application specified by commandline. + Test Cases ==========