Post-Script Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • _W_
    Junior Member
    • Sep 2008
    • 4

    #1

    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?
  • Ian (PassMark)
    Senior Member
    • Feb 2004
    • 822

    #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

    • _W_
      Junior Member
      • Sep 2008
      • 4

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

      Comment

      Working...