	January 6, 1994

	Thank you for trying the RimStar Programmer's Editor Version 2.0 demo.
	
	Some of the features not included in this demo:
		You can not save files nor can you export to the clipboard.
		Macro language compiler
		(some macro sources are included [*.rm files] for you to examine)
		Version control macros for PVCS & TLIB

To install the editor demo:

		1. Create a subdirectory for the editor and its files.
			we suggest \RSE

		3. Change to that subdirectory. CD \RSE

		4. If you have a floppy version of the demo:  XCOPY A:\ . /S /V
			If you have downloaded the demo: unzip into the directory you created.
			Make sure to use the -d option to create subdirs stored in the zip file,
			ie. pkunzip -d rim23.zip

		5. Add the following environment variables to CONFIG.SYS:
			( assuming you installed the editor in C:\RSE )

			Add C:\RSE to the PATH and HELP environment variables.
			(NOTE: If you are using Borland C++ you should place \RSE after
			the path for the Borland compiler to avoid executing the wrong
			CPP.EXE [we both have executables with this name.] Be sure to set
			the RSE_CPP environment variable.)

			SET RSE_FLAGS=-Is3 -Iw3  (see below for indent settings description)
			SET RSE_PATH=C:\RSE\MACROS
			SET RSE_INCLUDE=C:\RSE\MACROS
			SET RSE_CFG=C:\RSE\RSE_CFG.INI
			SET RSE_CPP=C:\RSE\CPP.EXE
			SET RSE_SBD=.\SBD.SBD
			SET RSE_INF= (to whatever the environment variable PMREF is set to
							  if you don't have a PMREF, don't set this
							  This tells the editor where to get on-line help for
							  the OS/2 Toolkit. These files must also be on the 
							  BOOKSHELF environment variable path.)

		6. Restart your system OR run the SETENV.CMD batch file specifying
			a drive letter and colon, eg. SETENV D:. If you use SETENV.CMD
			you must run the editor from a command prompt and be in the
			subdirectory containing RSEDEMO.EXE

To use the 'C' language source browser.

		1. Run your source modules through the browser compiler SB.EXE
			Example: SB *.c
			This creates browser files with the extension ._sb

			SB needs to find any header files included by your code. It will search
			the INCLUDE environment variable or you can use the -I switch to pass
			an include directory, eg. -I..\inc or -Ic:\C600\include

			SB also allows you to define macro names using the -D switch, eg.
				-DBUILD_OS2 or -DBUILD_OS2=1

			NOTE: If the browser compiler chokes on your source code please call us.
					The file customiz.h is automatically included to handle special
					non-ANSI keywords. If the complier appears to be erroring on a
					special keyword that is not in customiz.h, try adding it to this
					file and recompiling your source file(s). NOTE:customize.h must be
					in a directory included in the PATH environment variable
					(not RSE_PATH but PATH.)

		2. Combine the ._sb files into a single browser database by using SBD.EXE
			Example: SBD sbd -a *._sb

		3. Start the editor RSEDEMO.EXE
			The editor looks by default for the database specified in the environment
			variable RSE_SBD, if RSE_SBD is not defined then it looks for SBD.SBD
			in the current directory.

Regular/Smart/Template editing settings

	To set smart/regular/template editing options use these flags settings:

	SET RSE_FLAGS=-Is0		for no indent help at all
	SET RSE_FLAGS=-Is1		for regular indenting
	SET RSE_FLAGS=-Is2		for smart indenting
	SET RSE_FLAGS=-Is3		for templates & smart indenting

	The default indent width is 3 you may change it using the -Iw switch

	eg.	SET RSE_FLAGS=-Is3 -Iw5		sets template & indent width 5

Using a different keyboard mapping

	The demo comes set up for Brief, but we have also included Multi-Edit
	Slick, Borland IDE, and PWB keyboard mappings. To use a different
	keyboard mapping copy the .obm file for the mapping you want to
	keyboard.obm.

	Brief mapping		BRIEF.OBM
	Borland IDE			BORLIDE.OBM
	Multi-Edit			MULTIED.OBM
	PWB					PWB.OBM
	Slick					SLICK.OBM

	Eg., if you want to use the Borland IDE mapping:
		COPY BORLIDE.OBM KEYBOARD.OBM
	and restart the editor.


Price & Shipping costs

	Price is US $299.00. Call for special corporate & developer pricing.

	Shipping to points in USA:
		UPS Ground			$ 6.00
		UPS 2nd day air	$11.00
		UPS Next day air	$21.00
		Federal Express	$21.00 ( Next day - afternoon)
		Add $5.00 for COD orders UPS or Federal Express

	Shipping to Canada via UPS
		Standard															 16.00
		Expedited ( 3 days )											 51.00

	Shipping to some points outside USA via UPS Expedited service (4-5 days):

		Australia
			Canberra, NSW, Victoria, Sydney, & Melbourne		$55.00
			All other points											 78.00
		Belgium															 51.00
		Finland
			Postal codes beginning with
				00-39
				45-49														 55.00
			All other points											 78.00
		Germany															 51.00
		Holland (Netherlands)										 51.00
		Luxembourg														 51.00
		New Zealand
			Auckland, Devonport, East Tamaki
			Lower Hutt, Manukau, Papakura
			Porirua, Takapuna, Tawa, Upper Hutt
			Wellington													 61.00
			All other points											 90.00
		Norway															 55.00 - 78.00
		South American Countries									 78.00
		Sweden															 55.00 - 78.00
		United Kingdom
			England, Wales												 51.00
			Northern Ireland,	Scotland								 55.00

	No foreign COD orders, send check drawn on US Bank in US dollars or
	American Express or Optima card # with exact name on card, expiration
	date of card, AND address to which the card's bill is sent.

	If you have any problems, questions, suggestions or would like to order a copy,
	do not hesitate to call us or drop us e-mail on:

		Compuserve: 73150,143
		BIX:			pparker
		Internet:	pparker@bix.com

	Telephone:	1-603-778-2500.
	Fax: 			1-603-778-2408.

	Thanks again,

	Brian Smith
	Founder

	RimStar Technology, Inc.
	91 Halls Mill Road
	Newfields, NH 03856-0938 USA
