Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kukelyk
  • Content: Threads
  • Order by date
  1. kukelyk

    split XML to separate xml files

    The software I use store its toolbars in one XML file. <?xml version="1.0"?> <toolbars version="1"> <toolbar id="1" name="my toolbar1"> <command_button command="EDIT SELECT MOVES" bitmap="RTOOL" tooltip="select all moves"/> .. </toolbar> <toolbar id="2" name="my toolbar2"> <command_button...
  2. kukelyk

    c functions' list

    hi. could anyone give a link with the default C functions? (like this page: http://aspn.activestate.com/ASPN/docs/ActiveTcl/tcl/tcl_2_contents.htm for TCL) thanks in advance
  3. kukelyk

    what's wrong with my script?

    i wrote this: #============================================================================================================= #create directories into drive W:\\ for the name "number.string" #and create subdirs...
  4. kukelyk

    tcl without installed wish?

    hi. i wrote a script, what a lot of user should use on our intranet. how can they do that, if i don't want to install wish? can i define in the tcl script the dll-s, and other resource files? or can i compile my tcl script?
  5. kukelyk

    active directory users in TCL?

    hi! i need a program, which creates a directory structure, in a folder. the user tells a number and a string, and the script creates a folder, for example 1234.abcdef. then the script make some folders into this, for example creates From, and in_out etc directories. the different subfolders have...
  6. kukelyk

    what's new?

    what is the difference between the 8.0 and the 8.4? i need widgets, but i think the problem is the 8.0 doesn't support the 'toplevel' command..
  7. kukelyk

    beginners guiding

    hi im new in tcl, im not a programmer, so i have many many problems... my problem is finding the value of a numerical variable in a string.. how can i do this? the string match command seems not to work.. thanks, kukelyk

Part and Inventory Search

Back
Top