Beta 000 -------- Modified setup.uk, setup.fr, setup.de so that setup.prg copies cab.ovl and the correct cab.rsc file for the selected language. Can't take this much further until stuff being modified is in a setup\ subdirectory (can't risk more than one .. operator in path). CharmNet script is wierd and gets garbled. Removed telephone number. Can't do much else with this one. :-( *FIXED* Dungeon script uses PROVIDER instead of NAMESERVER. -> changed accordingly. Removed telephone number. *FIXED* Garlic.com script contains WAIT without = and overflows dialer. -> replaced WAIT with WAIT = 0 and shortened overflowing line. Removed telephone number. [non setup] odd conflict with MagiC (2.0), ZCONTROL, CPX's and running STiK as per single tasking (STIK.ACC). STiK dies horribly. Tracked this down to COOKIES.CPX and disabled it. Worked fine for days, now it's back with COOKIES.CPX still disabled. Investigate \auto\apps\ and \auto. *FIXED* install.prg crashed on reading provider.dat where the provider name contained a trailing backslash (/). Probably down to it being interpreted as an escape code. -> turned out the last line had no eol sequence - overlooked a *strchr(foo,'\n') = NUL statement, replaced with x=strchr();if (x) *x=NUL. *DONE* Straighten out editor.hlp text. *FIXED* Cockup of Flinny's email address in one of the HELP_HELP bits. *FOUND* Failure of STIK.ACC under Magic (catastrophic system crash). Suspect conflict with boot sequence. -> narrowed this down to COOKIES.CPX - haven't investigated further, just disabled it. *FIXED* Wierd append of FULLNAME onto CDVALID - can't duplicate this atm, will fix when I can do so. Probably a script error. -> turned out cdvalid text field declared too small. *FIXED* Grinds to a halt if auto folder not present, has to be created manually before install.prg gets run. Will not affect most people but will implement automatic creation of auto folder in next version as there is no reason not to. -> the install program now creates any path that does not exist for the destination. *FIXED* Removed WWW cache and proxy variables from all scripts. Since been told some servers must have it - bugger. Will put them back in in due course and change scripts.txt accordingly. *SCRIPTS FIXED* Some scripts have not been checked. a) I'm too lazy to do it atm and more importantly, b) it gives the parser a good hammering. Please try all the scripts. Will check them all soon and fix or list which have been fixed and which haven't - depends on rate of arrival of new scripts. *FIXED* install.rsc has visual bug. Top line of provider list collides with the box name. Nothing to worry about here (snap left on) - will be fixed when final resource is made.