TSKaasplat is a command-line utility to run a single application from one command with the further ability to close other given processes on exiting the initial application. This utility was written to allow a single call to launch an application in its own process, and on closing that application, other processes within the same sessions, as specified in the command line, can be terminated simutaneously. TSKaasplat with its parameters can exist as a shortcut on the desktop, can be run in a script, or published as a single application. TSKaasplat will work as a Seamless Published application in a Citrix environment. If single applications are launched via TSKaasplat in a Seamless environment, the session will close after it has terminated the given processes as listed in the command line. If for example, notepad.exe is launched via TSKaasplat as the first parameter, and calc.exe and excel.exe are listed as processes to be terminated upon notepad.exe closing, then when the user closes notepad in the normal fashion, calc and excel will be terminated. If this command was presented as a published application in Citrix or directly called from a Terminal Services Client, then the session will also close. Usage: TSKaasplat [[PATH][Application] [Processname | *] ...] [/?] PATH - Path to the Application Application - Application Executable Processname - Process name to kill on exiting the application. * - Kill all session processes on exiting the application and logoff. /? - Show this help file TSKaasplat without parameters will display this help file. NOTE: If a PATH or Application does not exist, TSKaasplat will terminate at that point. The first parameter must be the initial application to run. E.G. TSKaasplat "c:\Program Files\Office11\EXCEL.EXE" notepad.exe calc.exe This command will launch MS Excel. When MS Excel is closed by the user, the system will then look for any processes of notepad.exe and calc.exe running in the same session and and terminate them if they exist. E.G. TSKaasplat "c:\Program Files\Office11\EXCEL.EXE" * This command will launch MS Excel. When MS Excel is closed by the user, the system will then look for any other processes running in that session, terminate them and logoff the session This utility is FREEWARE and was written by Warren Simondson of Ctrl-Alt-Del IT Consultancy, Australia. www.ctrl-alt-del.com.au Although written for Terminal Server and Citrix environments, this application will function on non-TS/Citrix workstations and servers. This application has been tested on the following platforms: Windows 2008 Server Windows 2003 Server SP1 w/ Citrix PS 4.0/ XA 5.0 Windows 2003 Server SP1 (Terminal Server Application Mode) Windows 2000 Server SP4 w/ Citrix MF XP Windows 2000 Server SP4 (Terminal Server Application Mode) Windows 2000 Server SP4 w/ Citrix MF 1.8 The freeware version is offered AS IS. Ctrl-Alt-Del IT Consultancy has made every effort possible to ensure that TSKaasplat is free of any bugs or errors, however in no way is TSKaasplat to be considered error or bug free. You assume all responsibility for any damages or lost data that may result from any errors or bugs in TSKaasplat. IN NO EVENT WILL CTRL-ALT-DEL IT CONSULTANCY BE LIABLE TO YOU FOR ANY GENERAL, SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR OTHER DAMAGES ARISING OUT OF THIS PRODUCT.