Ron Pinter

Forum Replies Created

Viewing 2 replies – 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: Issue with Parsing and Lists #85369
    Ron Pinter
    Participant

      Jon

          Attached is an example Xlate to iterate thru the Temporary variable and create the PR1 segments.

      in reply to: Executing cloverleaf commands from TCL scrip #85364
      Ron Pinter
      Participant

        Tahir,

            One of the ways that we do this is to set up a shell script to execute the tclscript.  Here is the contents of what we have in the shell script:

        #!/usr/bin/ksh

        setroot /hci/cis6.1/integrator

        setsite scc

        /sites/cron_files/tclscripts/cksndtime scc

        Then in the cksndtime tclscript we have the following:

        #!/usr/bin/env tcl

        .

        .

        exec — hcicmd -p $process -c “$thread prestart 30”

      Viewing 2 replies – 1 through 2 (of 2 total)