What is the ZSPC,DO_COMMAND question type?

The ZSPC,DO_COMMAND (old ZSPC,7) sends a command from Survent immediately back to Mentor, like meta commands do for instance.

In this simple CSH example, a file called “K” will be created by running a QFF file inside of Mentor that sends a command from the QFF immediately back to Mentor to execute.

#!/bin/cshecho this will create a file called kecho you are running a qff inside of mentor that sends a command from the qffecho immediately back to mentor to executerm -f kmentor "&&&zspc7.qff" con~

  • zspc7qpx_qff.zip
  • zspc7.csh