Reply To: TCL in Crontab Problem

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf TCL in Crontab Problem Reply To: TCL in Crontab Problem

#57688
Bill Bertera
Participant

    I think you need to make the file a script and not a procedure. remove the “proc processlogs {”  line, and the final }. Add the tcl intepreter to the first line:

    #!/hci/qdx5.2/integrator/bin/hcitcl

    (or wherever your tcl is).

    make it executable: chmod +x filename.tcl (if you’re on unix).

    and then try to run it.