Secure Global Desktop 4.31 Administration Guide > Commands > The tarantella object new_windowsapp command
tarantella 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 ] [ --hint hint... ] [ --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
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.
tarantella 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.
Copyright © 1997-2007 Sun Microsystems, Inc. All rights reserved.