How can I include my own created command in TCL/TK for windows version.
In Unix we can include in the Tcl script like below line..
#!/home/elixir/bin/tki
Where as tki is my own "C" program which created new tcl commands.
Could you please suggest me, how can I include like this in windows version tcl/tk.
In Unix we can include in the Tcl script like below line..
#!/home/elixir/bin/tki
Where as tki is my own "C" program which created new tcl commands.
Could you please suggest me, how can I include like this in windows version tcl/tk.