PDA

View Full Version : Post-Script Problem


_W_
02-18-2010, 01:32 PM
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.

http://img687.imageshack.us/img687/8458/81410455.jpg


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)
02-18-2010, 11:26 PM
.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 ".\".

_W_
02-19-2010, 05:01 AM
Thanks for your help, it's working now!