Page 2 of 2 <12
Topic Options
#50638 - 2002-04-11 03:55 AM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
Dear,

We have made some changes to our kixref tool. Currently the keyword
tables are more complete. Also we disable the "OLExxx" keywords for
KiXtart 4.x releases.

To prevent problems with different KiXtart releases we introduce now
Current version 3.04
- kixref363.exe (kixtart 3.63)
- kixref400.exe (kixtart 4.00, 4.01, 4.02)
- kixref410.exe (kixtart 4.10)
Actual keyword tables for latest release
code:
 Kixref 4.10                                   (c) 2000, 2001, 2002 - MCA 3.04e
------------------------------------------------------------------------------
Abs AddKey AddPrinterConnection
AddProgramGroup AddProgramItem @address
AND Asc At
BackupEventLog BEEP BIG
Box BREAK @build
CALL CASE CD
CDbl Chr CInt
ClearEventLog Close CLS
COLOR @comment CompareFileTimes
COOKIE1 COPY @cpu
CreateObject @crlf @csd
CStr @curdir @date
@day DEBUG DecToHex
DEL delete DelKey
DelPrinterConnection DelProgramGroup DelProgramItem
DelTree DelValue DIM
Dir DISPLAY DO
@domain @dos EACH
ELSE ENDFUNCTION ENDIF
ENDSELECT EnumGroup EnumIPInfo
EnumKey EnumLocalGroup EnumValue
@error Execute Exist
ExistKey EXIT ExpandEnvironmentVars
FILE Fix FLUSHKB
FOR FormatNumber @fullname
FUNCTION GET GetDiskSpace
GetFileAttr GetFileSize GetFileTime
GetFileVersion GetObject GETS
GLOBAL GO GOSUB
GOTO @homedir @homedrive
@homeshr @hostname IF
IN InGroup InStr
InStrRev Int @inwin
@ipaddress0 @ipaddress1 @ipaddress2
@ipaddress3 KbHit KeyExist
@kix @lanroot Lcase
@ldomain @ldrive Left
Len LIST @lm
LoadHive LoadKey LogEvent
Logoff @logonmode @longhomedir
LOOP @lserver Ltrim
@maxpwage MD @mdayno
MemorySize MessageBox @mhz
MOD @month @monthno
@msecs NEXT NOT
OFF OleCallFunc - OleCallProc -
OleCreateObject - OleEnumObject - OleGetObject -
OleGetProperty - OleGetSubObject - OlePutProperty -
OleReleaseObject - ON Open
OPTIONAL OR PASSWORD
persistent PLAY PRESERVE
@primarygroup @priv @productsuite
@producttype @pwage QUIT
@ras RD ReadLine
ReadProfileString ReadType ReadValue
REDIM RedirectOutput RETURN
Right Rnd Round
@rserver Rtrim RUN
SaveKey @scriptdir @scriptname
SELECT SendKeys SendMessage
@serror SET SetAscii
SetConsole SetDefaultPrinter SetFileAttr
SetFocus SETL SETM
SetOption SetSystemState SETTIME
SetTitle SetWallPaper SHELL
ShowProgramGroup Shutdown @sid
SidToName @site SLEEP
SMALL Split Srnd
@startdir STEP Substr
@syslang @ticks @time
TO Trim UBound
Ucase UnloadHive UNTIL
USE user @userid
@userlang Val VarType
VarTypeName @wdayno WHILE
@wksta WriteLine WriteProfileString
WriteValue @wuserid @ydayno
@year

greetings.

btw: "-" notation in above table means: disable keyword.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
#50639 - 2002-06-20 10:57 PM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
RDMMI Offline
Fresh Scripter

Registered: 2002-06-20
Posts: 7
Loc: Alabama, USA
Under NT4, sometimes kixref410 runs OK, then at other times it fails with the message:

Abort KIXREF: file not found.

For those files, the "type" command can find them, and that kixref gives an error message means that kixref is on the path. Kixref is somehow unable to work on them, even though it worked on other files in the same directory.

How can it be made to work consistently?

Top
#50640 - 2002-06-21 12:00 AM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
Dear RDMMI,

Welcome to the board.

You will see such message, when you are using long filenames. Kixref requires 8.3 format as input.
greetings.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
#50641 - 2002-06-21 02:06 AM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
RDMMI Offline
Fresh Scripter

Registered: 2002-06-20
Posts: 7
Loc: Alabama, USA
> Kixref requires 8.3 format as input.

A bit more experimenting yielded this answer, too.

I found that I need to temporarily rename those files, run kixref, then rename the script and output back.

Would there be some way to set an environment variable to keep the defaults? Or can you just add /Warnings to the defaults?

Top
#50642 - 2002-06-21 08:05 AM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
It is already something on the TO_DO list.
greetings.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
#50643 - 2002-07-07 02:39 AM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
Dear,

The tool kixref has been updated. Current release 3.05.

Now compliant with Kixtart 4.10 rc 2 (build 95) release.

Option "/Warnings" shows information about "unknown" keywords. It shows also defined UDFs
to eliminate some "unknown" keywords.
greetings.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
#50644 - 2002-07-08 08:30 PM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
Now compliant with Kixtart 4.10 final release (build 98)
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
#50645 - 2002-07-08 10:13 PM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
Now compliant with Kixtart 4.10 final release (build 99)
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
#50646 - 2002-07-12 09:34 AM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
Dear,

Minor change made. Current release 3.07
greetings.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
#50647 - 2002-11-15 02:13 AM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
Dear,

Now compliant with
- Kixtart 4.11 final release (build 102)
- Kixtart 4.12 final release (build 112)
New file kixref411.exe (3.08).
We have only add the new function FreeFileHandle to the keyword
table.
greetings.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
#50648 - 2003-01-20 02:06 AM Re: KIXTART-TOOL: create a cross reference map of your kixtart source code
MCA Offline
KiX Supporter
*****

Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
Dear,

Version kixref420.exe is compliant with KiXtart 2001 - 4.20 release candidate 1 (build 123).
Only keyword table is different with the other kixref releases.
Now available by

Summary of Site
&
Home - Kix Tools
&
Home - Kix downloads

pages.
greetings.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA

Top
Page 2 of 2 <12


Moderator:  Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 937 anonymous users online.
Newest Members
batdk82, StuTheCoder, M_Moore, BeeEm, min_seow
17885 Registered Users

Generated in 0.093 seconds in which 0.042 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