K, finally it is working through extending command switch
Code:
switch -- [lindex $args 0] {
UNCAT { source "../scripts/nxTools/nxDupe.tcl" ; ::ioNiNJA::uncat }
}
This was the easiest solution for the moment. Of course it is not the best regarding decoupling dependencies.
Now i still need the
curl.exe to work with https URLs and all will be fine.
Thank you, o_dog!