Announcement

Collapse
No announcement yet.

Post-Script Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Post-Script Problem

    Hi,

    I have a problem with BIT 5.1. After the test I have to call a batch file to execute following tests, but I have to use a relative path to start test.cmd which is located in the same Dir then BIT.




    For testing purposes I start BIT from the command line in it's application directory: "bit.exe -p -c .\stress.bitcfg -r".
    The tests starts, but after completing tests a message box appears that says: "Error running external file...".

    What's wrong?

  • #2
    .cmd files are not supported (we will add this to the next minor build of BurnInTest v6.0). Also, as you specify, -p, the file name is relative to the burnintest directory.

    Hence, try renaming your file from test.cmd to test.bat. Then set the Filename as "test.bat", without the ".\".

    Comment


    • #3
      Thanks for your help, it's working now!

      Comment

      Working...
      X