On Unix simply exec it as you would any other command.
On Windows Tcl has a problem, its a windows thing 🙂
You can only exec .exe, .com, or .bat files. hcicms is a er; script (.pl)
We created a command called hcicmdnt for Windows which you can exec directly.
For other perl (.pl) or Tcl (.htc) scripts you want to exec in windows you need to exec Tcl or perl and pass the full path of the script as an argument
Just be aware that you probably won’t be able to use hcicmd to directly send commands to your current process. The command thread in a process can’t run while there’s a TPS proc is running, so you won’t get a response.
Author
Replies
Viewing 4 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.