Index: file_id.diz
===================================================================
RCS file: c:/source/launch/file_id.diz,v
retrieving revision 1.9
diff -r1.9 file_id.diz
1c1
< Arc Menu v5.2 S.Carter,Crystal Software
---
> Arc Menu v5.3 DataMystic.com
Index: readme.doc
===================================================================
RCS file: c:/source/launch/readme.doc,v
retrieving revision 1.12
diff -r1.12 readme.doc
Binary files C:\WINDOWS\TEMP\cvs4 and readme.doc differ
Index: sys_help.doc
===================================================================
RCS file: c:/source/launch/sys_help.doc,v
retrieving revision 1.16
diff -r1.16 sys_help.doc
Binary files C:\WINDOWS\TEMP\cvs5 and sys_help.doc differ
Index: Source/ABOUT.PAS
===================================================================
RCS file: c:/source/launch/Source/ABOUT.PAS,v
retrieving revision 1.6
diff -r1.6 ABOUT.PAS
41,44d40
< const
<   KSimonACarter : array [0..14] of char =
<     #0#224#173#180#212#180#35#199#247#226#249#183#164#194#227;
< 
46d41
<   SimonACarter : string[14];
64d58
<   Crypt(@KSimonACarter,@SimonACarter,14);
75c69
<     InsertStatic(18,3,c_DialogHighlitText,'Copyright (c) 1990-1999 ' + SimonACarter);
---
>     InsertStatic(18,3,c_DialogHighlitText,'Copyright (c) 1990-2011 DataMystic');
Index: Source/BASICITM.PAS
===================================================================
RCS file: c:/source/launch/Source/BASICITM.PAS,v
retrieving revision 1.4
diff -r1.4 BASICITM.PAS
132c132
<     Title : 'Copyright (c) 1990-1999 Simon A Carter'; Authority : 0; Password : '';
---
>     Title : 'Copyright (c) 1990-2011 DataMystic'; Authority : 0; Password : '';
Index: Source/COMPDATE.PAS
===================================================================
RCS file: c:/source/launch/Source/COMPDATE.PAS,v
retrieving revision 1.3
diff -r1.3 COMPDATE.PAS
98c98
<         'Simon A Carter and Crystal Software'#0#0 +
---
>         'DataMystic'#0#0 +
Index: Source/CONVERT.PAS
===================================================================
RCS file: c:/source/launch/Source/CONVERT.PAS,v
retrieving revision 1.3
diff -r1.3 CONVERT.PAS
214c214
<   WriteLn('Copyright (c) 1994-1999 Simon A Carter');
---
>   WriteLn('Copyright (c) 1994-2011 DataMystic');
Index: Source/ENHD_ITM.PAS
===================================================================
RCS file: c:/source/launch/Source/ENHD_ITM.PAS,v
retrieving revision 1.8
diff -r1.8 ENHD_ITM.PAS
152c152
<     Title : 'Copyright (c) 1990-2000 Simon A Carter'; Authority : 0; Password : '';
---
>     Title : 'Copyright (c) 1990-2011 DataMystic'; Authority : 0; Password : '';
Index: Source/EXPORT.PAS
===================================================================
RCS file: c:/source/launch/Source/EXPORT.PAS,v
retrieving revision 1.6
diff -r1.6 EXPORT.PAS
216c216
<   Year   : string[4] = '1999';
---
>   Year   : string[4] = '2005';
Index: Source/HOOKS.PAS
===================================================================
RCS file: c:/source/launch/Source/HOOKS.PAS,v
retrieving revision 1.12
diff -r1.12 HOOKS.PAS
282c282
<     ColourLine('  %'#30'http://www.crystalsoftware.com.au/buy.html');
---
>     ColourLine('  %'#30'http://www.datamystic.com/buy');
285c285
<     ColourLine('  %'#30'http://www.crystalsoftware.com.au/');
---
>     ColourLine('  %'#30'http://www.datamystic.com/');
288c288
<     ColourLine('  %'#30'arcmenu@crystalsoftware.com.au%% (Simon Carter)');
---
>     ColourLine('  %'#30'sales2@datamystic.com%%');
Index: Source/INITILSE.PAS
===================================================================
RCS file: c:/source/launch/Source/INITILSE.PAS,v
retrieving revision 1.6
diff -r1.6 INITILSE.PAS
538c538
<       InsertStatic(14,8,c_DialogHighlitText,'http://www.crystalsoftware.com.au');
---
>       InsertStatic(14,8,c_DialogHighlitText,'http://www.datamystic.com');
612,613c612,613
<       InsertStatic(4, 6,c_DialogStaticText,'Don''t forget to visit Crystal Software''s homepage on the');
<       InsertStatic(4, 7,c_DialogStaticText,'InterNet. There you can download updates, join mailing');
---
>       InsertStatic(4, 6,c_DialogStaticText,'Don''t forget to visit DataMystic''s homepage on the');
>       InsertStatic(4, 7,c_DialogStaticText,'Internet. There you can download updates, join mailing');
616c616
<       InsertStatic(6,10,c_DialogHighlitText,'http://www.crystalsoftware.com.au');
---
>       InsertStatic(6,10,c_DialogHighlitText,'http://www.datamystic.com');
618c618
<       InsertStatic(4,12,c_DialogHighlitText,'You can also email the author - arcmenu@crystalsoftware.com.au');
---
>       InsertStatic(4,12,c_DialogHighlitText,'You can also email us - sales2@datamystic.com');
Index: Source/INSTALL.PAS
===================================================================
RCS file: c:/source/launch/Source/INSTALL.PAS,v
retrieving revision 1.8
diff -r1.8 INSTALL.PAS
1c1
< {$M 32768,170000,655360}
---
> {$M 32768,174000,655360}
484c484
<       InsertStatic(5,7,c_DialogStaticText, 'Business name eg Crystal Software, 14 Canterbury Rd Heathmont');
---
>       InsertStatic(5,7,c_DialogStaticText, 'Business name eg DataMystic, 14 Canterbury Rd Heathmont');
1186c1186
<     HeaderLine : ' Arc by Crystal Software '; ExitShortCut : 26; {Ctrl-Z}
---
>     HeaderLine : ' Arc by DataMystic '; ExitShortCut : 26; {Ctrl-Z}
1440a1441
>     PathList^.Items.Insert( New(PPath,Init(Added)));
1442c1443
<     SearchPath := Added + ';' + GetEnv('PATH');
---
>     SearchPath := GetEnv('PATH');
1450c1451,1454
<         Added := SearchPath
---
>       begin
>         Added := SearchPath;
>         searchPath := '';
>       end
2163a2168,2170
>     {skip the folder if it is longer than 255 - recursion}
>     if length(startPath) = 255 then continue;
> 
Index: Source/LOGIN.PAS
===================================================================
RCS file: c:/source/launch/Source/LOGIN.PAS,v
retrieving revision 1.7
diff -r1.7 LOGIN.PAS
95c95
<   AddCmmdLine(5,'Login  Arc by Crystal Software');
---
>   AddCmmdLine(5,'Login  Arc by DataMystic');
Index: Source/MENUOVR1.PAS
===================================================================
RCS file: c:/source/launch/Source/MENUOVR1.PAS,v
retrieving revision 1.5
diff -r1.5 MENUOVR1.PAS
111c111
<   FastWrite(X,Y + 2,C,'Arc by Crystal Software');
---
>   FastWrite(X,Y + 2,C,'Arc by DataMystic');
Index: Source/MENURT.PAS
===================================================================
RCS file: c:/source/launch/Source/MENURT.PAS,v
retrieving revision 1.7
diff -r1.7 MENURT.PAS
356c356
<   Year   : string[4] = '1999';
---
>   Year   : string[4] = '2005';
Index: Source/M_ALWAYS.TXT
===================================================================
RCS file: c:/source/launch/Source/M_ALWAYS.TXT,v
retrieving revision 1.9
diff -r1.9 M_ALWAYS.TXT
4,5c4,5
< echo Launching Web browser for http://www.crystalsoftware.com.au/buy.html
< webpage.exe http://www.crystalsoftware.com.au/buy.html
---
> echo Launching Web browser for http://www.datamystic.com/buy
> webpage.exe http://www.datamystic.com/buy
118c118
< echo Opening mail program to email mail@crystalsoftware.com.au
---
> echo Opening mail program to email mail@datamystic.com
127,128c127,128
< echo Launching Web browser for http://www.crystalsoftware.com.au/arc.html
< webpage.exe http://www.crystalsoftware.com.au/arc.html
---
> echo Launching Web browser for http://www.datamystic.com/arc.html
> webpage.exe http://www.datamystic.com/arc.html
132c132
< #OPTION ^Crystal Software on the Web
---
> #OPTION ^DataMystic on the Web
134,135c134,135
< echo Launching Web browser for http://www.crystalsoftware.com.au
< webpage.exe http://www.crystalsoftware.com.au
---
> echo Launching Web browser for http://www.datamystic.com
> webpage.exe http://www.datamystic.com
Index: Source/ORDER.PAS
===================================================================
RCS file: c:/source/launch/Source/ORDER.PAS,v
retrieving revision 1.6
diff -r1.6 ORDER.PAS
81c81
<               '  Crystal Software'#13#10+
---
>               '  DataMystic'#13#10+
108c108
<               '* Please make all cheques/money orders out to Simon Carter.'#13#10+
---
>               '* Please make all cheques/money orders out to DataMystic.'#13#10+
188c188
<     InsertStatic(50,11,c_DialogStaticText,'Crystal Software');
---
>     InsertStatic(50,11,c_DialogStaticText,'DataMystic');
Index: Source/shared.pas
===================================================================
RCS file: c:/source/launch/Source/shared.pas,v
retrieving revision 1.7
diff -r1.7 shared.pas
107,109c107,109
<   FileID : array [0..9] of char = 'LAUNCH5.20';
<   JustVersion  = '520';
<   VersionNum   = 'v5.20';
---
>   FileID : array [0..9] of char = 'LAUNCH5.30';
>   JustVersion  = '530';
>   VersionNum   = 'v5.30';
