PDA

View Full Version : New commands for ITCL


PaJa
09-26-2003, 01:58 PM
I think it will be great to implemet all !commands for ITCL as well, so we can change cretits etc directly from itcl.. becouse i love it!

Thanx for any response, especialy for D1 ;)

PaJa

Mouton
09-26-2003, 02:04 PM
You could write a script in standard tcl, and execute it with win32 tcl.exe as an external script. You would then be able to use all !commands available to external scripts, including !change.

GOD-EMPEROR
09-27-2003, 02:28 AM
well mouton I dunno if you've tried, but running an external tclsh adds a MINIMUM of 3 seconds to the execution time, and depending on server load that could climb to 10sec of absolutely wasted time

PaJa
09-27-2003, 03:35 AM
Heh, than i can use another language like delphi or c++ but the point will gone. I like to use internal commands like "resolve" or "vfs" and finnaly have all in easy to read source code.
If D1 will impement this into ITCL then if i write e.g. nuke command in, i'll be sure that this command will works on all future versions.

I have one good example for ya. In ioA doesn't work "size", "nuke", etc... in VFS folders. So if i use ITCL and "resolve" it will works and D1 can change vfs structure of symlinks and in any case if will works.

Thats the point, why i love it! :)

darkone
09-27-2003, 04:58 AM
There is change command in itcl, that allows altering credits.

PaJa
09-27-2003, 05:50 AM
Cool :)
Yes thats true.. i found "change" command. But please where i can found description about? What the args are, how to use it, etc :)


Thanks d1!!!

ADDiCT
09-27-2003, 06:09 AM
the same as 'site change'
try 'site help' for more info :)