This zip file should be unzipped in the following location.  The spawners directory does not exist by default, so you will need to create it.
	- C:\Program Files\SAS\SASAppDevStudio\spawners

This zip file contains batch files that allow you to easily start the SAS/Connect spawner, or the SAS IOM workspace server.  The batch files use the default install paths for SAS 9.1.  If you use SAS 8.2, or do not use the default SAS install path, you must edit the batch files to match your environment.

=============================
Starting the SAS IOM Spawner
=============================
The StartSASIOMSpawner.bat file relies on the objspawn.cfg.  If you do not have SAS 9.1 installed in the default location, you must edit the objspawn.cfg file.  The sasCommand entry in objspawn.cfg must point to the sas.exe file.  The default value for SAS 8.2 is

	C:\Program Files\SAS Institute\SAS\V8\sas.exe

The StartSASIOMSpawner.bat file must be modified when using SAS 8.2, or non default install locations.  To modify the file, open it in a text editor.  The following command would be used with a default SAS 8.2 install.

	"C:\Program Files\SAS Institute\SAS\V8\inttech\sasexe\objspawn.exe" -configFile "C:\Program Files\SAS\SASAppDevStudio\spawners\objspawn.cfg" -nosecurity
	
In addition, if you installed the objspawn.cfg file in a location other than "C:\Program Files\SAS\SASAppDevStudio\spawners", you must edit the command accordingly.
	
================================
Starting the SAS/Connect Spawner
================================

The StartSASConnectSpawner.bat file must be modified when using SAS 8.2, or non default install locations. To modify the file, open it in a text editor.  Modify the path to sas.exe to match your environment.  The default command for SAS 8.2 is:

	"C:\Program Files\SAS Institute\SAS\V8\spawner.exe" -c tcp -telnet 2323

