This is probably a very simple problem, but I'm trying to make it as simple as possible.
I want burnin to run a second config once the first has passed.
e.g.
Run Hard.bitcfg,
then if it passes, Run 24hr.bitcfg
I'm currently launching from a .bat file with the command:
Start C:\Burnin\Bit.exe -r -c C:\Burnin\configs\Hard.bitcfg
What is the simplest way to do this?
Tim
I want burnin to run a second config once the first has passed.
e.g.
Run Hard.bitcfg,
then if it passes, Run 24hr.bitcfg
I'm currently launching from a .bat file with the command:
Start C:\Burnin\Bit.exe -r -c C:\Burnin\configs\Hard.bitcfg
What is the simplest way to do this?
Tim
Comment