Skip past navigation linksSecure Global Desktop Administration Guide > Commands > The tarantella object new_windowsapp command

The tarantella object new_windowsapp command

Syntax

Skip past command syntax or program codetarantella object new_windowsapp {
   --name obj
   --width pixels
   --height pixels
 [ --description text ]
 [ --winproto wts|winframe|none ]
 [ --trylocal true|false ]
 [ --ntdomain dom ]
 [ --app pathname ]
 [ --args args ]
 [ --appserv obj... ]
 [ --method rexec|telnet|ssh ]
 [ --resumable never|session|always ]
 [ --endswhen lastclient|windowmanager|windowmanageralone|nowindows|loginscript|loginscriptnowindows ]
 [ --maxinstances 0|instances ]
 [ --displayusing webtop|newbrowser|independent|kiosk|localx|seamless ]
 [ --maximize true|false ]
 [ --scalable true|false ]
 [ --depth 8|16|24 ]
 [ --icon icon_name ]
 [ --clipboardlevel level ]
 [ --roottype default|custom ]
 [ --rootcolor color ]
 [ --wincursor true|false ]
 [ --compression automatic|on|off ]
 [ --execution automatic|inorder|optimized ]
 [ --interlaced automatic|on|off ]
 [ --accel true|false ]
 [ --delayed true|false ]
 [ --ldapusers user_dn... ]
 [ --ldapgroups group_dn... ]
 [ --ldapsearch search_string... ]
 [ --loadbal default|cpu|memory|sessions ]
 [ --env setting... ]
 [ --login script ]
 [ --winmgr command... ]
 [ --empage empage ]
 [ --protoargs args ]
 [ --resumetimeout mins ]
 [ --middlemouse ms ]
 [ --windowclose suspendsession|endsession ]
 [ --euro unicode|iso8859-15 ]
 [ --dpi monitordpi ]
 [ --keepopen true|false ]
 [ --lockkeymap true|false ]
 } | --file file

Description

Creates one or more Windows application objects.

To batch-create multiple objects, use the --file option. Use the other options to create a single object.

Examples

Skip past command syntax or program codetarantella object new_windowsapp \
  --name ".../_ens/o=Indigo Insurance/cn=Write-o-Win" \
  --width 1000  --height 800 \
  --app c:\\programs\\apps\\write.exe \
  --appserv ".../_ens/o=Indigo Insurance/ou=Sales/cn=rome"

Creates a new Windows application object for the application Write-o-Win. The application runs on the application server rome.

Related topics