Page 1 of 1 1
Topic Options
#81962 - 2002-07-07 07:38 AM KiX upgrade: what are those new features? can upgrade be done without any danger?
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Ref - http://kixtart.org/board/ultimatebb.php?ubb=get_topic;f=2;t=003574

... and easily? how to verify scripts?

Dear,

A lot of you are running still an old kixtart release.
Sometimes we see questions like:

1. what are the changes with latest release?
2. how can I verify possible compatibility problems with mine scripts?
3. can I easily upgrade our servers?
4. can I easily upgrade our clients?

Answer 1: what are the changes with latest release?

On our page http://home.wanadoo.nl/scripting/specials/release.htm
you can see when kixtart macro's, commands and functions were introducing.
Upgrading from an older Kixtart 3.x release to Kixtart 3.63 will not a big
problem. Between both of them only new issues were adding.
So Kixtart 3.63 is fully downwards compatible with earlier releases.

For the OLExxx users an upgrade to Kixtart 4.x release can't be done. At this
kixtart 4.x release the OLExxx are removing by Ruud. New capabilities has been
added. For more about it see COM forum on this site.
Also the dim command has been redesigned. In some situations you should
use redim instead of dim command.

Other new important issue for kixtart 4.x releases are
- user defined functions (see UDF forum and Scriptlogic for more)
- floating point values
of course Ruud has add also capabilities which has to deal with the
newer windows 2000 and XP releases.

(Actual release: kixtart 4.10 rc 2 (build 95))

Answer 2: how can I verify possible compatibility problems with mine scripts?

To verify possible compatibility problems with your scripts run
our tools kixstrip and kixref. There are version for Kixtart 3.63, 4.0x
and 4.10
Possible calls are
- kixstrip410 input.kix output.kix /block_check /show_structure
- kixref410 input.kix output /warnings

(see for more info kixstrip & kixref)

Answer 3: can I easily upgrade our servers?

An upgrade of your server can easily be done. For the Windows 9x users we advise
you to upgrade the kxrpc service at the same time as you are upgrading
your other kixtart files.

Answer 4: can I easily upgrade our clients?

For an easy upgrade of your clients with f.e. kixtart 4.02 you can use
our installation package kix402update.exe. Always the correct
files will be installed on your clients.

At the moment there are 10 releases:
  • kix362update.exe
  • kix363update.exe
  • kix400update.exe
  • kix401update.exe
  • kix402update.exe
  • kix410update.exe
  • kix411update.exe
  • kix412update.exe
  • kix420update.exe
  • kix421update.exe (RC Stage)
Each time it will verify the correctness of your release. Incorrect
files will be replaced and missing files will be added. Regardless of
file attributes.
To prevent running more times we are using a check-file.
You can easily upgrade it with our iexpress package.
Questions: how?
A way of installing/updating kixtart of your clients: with only one additional statementFor installing or updating of your clients you can download on of our packages kix???update.exefrom our site http://home.wanadoo.nl/scripting.Your BATch file may look like:
code:
@echo off
\\server\NETLOGON\kix402update.exe /q
kix32 \\server\NETLOGON\your_script.kix
@echo off

or
code:
@echo off
%0\..\kix402update.exe /q
kix32 %0\..\your_script.kix
@echo off

greetings.
btw: for the complete stories about upgrading/installing kixtart on clients
see the topics

kix???update - installs kixtart binaries on your clients and creates file-associations with kixtart files.
wkix4??update - installs the console-less version of kixtart binaries on your clients without file-associations.
kix???registry - creates file-associations for edit/run capabilities

[ 28. July 2003, 08:28: Message edited by: kdyer ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#81963 - 2002-07-07 07:51 PM Re: KiX upgrade: what are those new features? can upgrade be done without any danger?
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
How do I call the kix script from different OS Versions?

This should hopefully addresses common batch file issues.
  • We have Windows XP, and GETTYPE.EXE from the Windows 2000/Windows NT Resource Kit no longers works.
  • How can we do this?
  • Our batch script does not run, what could be the issue with it?
You will want to see this example provided by Microsoft.
A Logon Script Does Not Work If %0 or %0\..\ Calls Multiple Commands (Q318689)
So, taking MCA's original example, we can do the following:

code:
@ECHO off 
SETLOCAL

VER | find "NT" > nul
IF not errorlevel 1 GOTO Win_NT

VER | find "2000" > nul
IF not errorlevel 1 GOTO Win_NT

VER | find "XP" > nul
IF not errorlevel 1 GOTO Win_NT

VER | find "98" > nul
IF not errorlevel 1 GOTO Win_9X

VER | find "95" > nul
IF not errorlevel 1 GOTO Win_9X

GOTO unknown_os

:win_NT
:: CHECK TO SEE IF THE Kixtart FILES ARE INSTALLED
IF NOT EXIST %SYSTEMDRIVE%\kix402.ok %LOGONSERVER%\NETLOGON\kix402update.exe /q
call kix32.exe %LOGONSERVER%\NETLOGON\your_script.kix
goto end

:win_9X
:: CHECK TO SEE IF THE Kixtart FILES ARE INSTALLED
IF NOT EXIST C:\kix402.ok %0\..\kix402update.exe /q
%0\..\kix.exe %0\..\your_script.kix
goto end

:unknown_os
:end



[ 07 July 2002, 19:52: Message edited by: kdyer ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
Page 1 of 1 1


Moderator:  Jochen, Radimus, Glenn Barnas, Allen, Arend_, ShaneEP, Mart 
Hop to:
Shout Box

Who's Online
1 registered (mole) and 598 anonymous users online.
Newest Members
Raoul, Timothy, Jojo67, MaikSimon, kvn317
17875 Registered Users

Generated in 0.05 seconds in which 0.024 seconds were spent on a total of 13 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org