Hey,
I'm using pcactivate in a batch file to create a new version for my powercube, just like in this example:
http://www-01.ibm.com/support/docview.wss?uid=swg21389316
The problem is, that unlike manually choosing "Copy And Activate the PowerCube" in the transformer power cube list, the old versions of the power cube are not being deleted by the batch file so I'm left with a bunch of old, irrelevant data.
Any ideas?
Hi James,
That is deliberate on IBM's part - so that if the new cube is corrupt or incorrect, you can easily swap back to a previous version by simply changing the version file name.
Since the cubes are in folders with date-time stamped folder names, you could probably come up with some clever batch command to search for and kill any folders more than (say) two days old. I'm not a batch file expert though - sorry.
Regards,
MF.
But in Transformer you can choose a maximum number of old cubes to keep. Isn't there a way to do the same with the pcactivate command?