Batch SaveSmall - how to get rid of the version prompt?

Hi,

I’m trying to batch process a bunch of V4 files and SaveSmall.
I am using:

Call Rhino.Command("_-SaveSmall _Version=5 _Enter", True)

Tried several combinations but I can’t figure out the way to skip the ‘version’ dialog (V4 vs V5) that ruins the batch resaved process. Any ideas ?

thanks–

Jarek

Thanks @dale,

I actually found this last night - works very well - I see that you actually are checking for File Version to save to the same version. Nice. – Thanks again.

Jarek