Run Externals\Tests\SystemAbuse\Tools\MyShell.py to connect to the tk1.
	May need to modify MyShell to connect to the proper host/port (the default port is 8020, and for me the TK1 host 192.168.0.10, and Win32 is 127.0.0.1)
	Feel free to write your own scripts. import ShellLib.py for helper functions

Shell commands
	stopscript  - stops the current script. Also kills all currently running tasks. In python, use AbuseShell.StopScript()
	runscript [scriptname] - runs the script. Looks for the script in {workingDir}\{scripDir}\.  workingDir and scriptDir are defined in Abuse.config.  In python, use AbuseShell.StartScript(filename)