*** NOTE ***
No "Setup" or "Install" file was included to minimize the size of the
download.

To use MacShare.EXE

1)	Copy the following files to your \WINDOWS\SYSTEM directory:

		SBCKBD.VBX
		CMDIALOG.VBX (This file may already be there)
		COMMDLG.DLL (This file may already be there)
		DWSPYDLL.DLL

2)	From program manager, choose where you want Macro Manager
	to go.  A word processing group is usually a good choice.

	Choose <F>ile, <N>ew.  For the file name, enter
	
		\PATH\MACSHARE.EXE

	Replace the word "path" with the subdirectory(ies) where
	MACSHARE.EXE is located.

3)	You are ready to go!  (You must also have VBRUN300.DLL on
	your system.  This is available in the MSBASIC forum if you
	don't have it).

TUTORIAL

1)	Start macro manager.

2)	Click on the letter "T."  Type the following:

		This is a test~of macro manager.

3)	Start your favorite Word Processor or the Windows Notepad.

4)	Press the * key on the numeric keypad, followed by "T"

5)	The following text will appear:

		This is a test
		of macro manager.

	(The ~ becomes a carriage return)

If you have any questions/problems, leave E-mail for John Ruzicka,
75160,2376.  Thanks!



  curfile(0) = "VBRUN300.DLL"
  curfile(1) = "SBCKBD.VBX"
  curfile(2) = "CMDIALOG.VBX"
  curfile(3) = "COMMDLG.DLL"
  curfile(4) = "DWSPYDLL.DLL"
  If CurDir$ = "\WINDOWS\SYSTEM" Then

