Hi,
i need to convert a lot of .mb files to .ma. Theese files are in different folders but always under a scpecific folder.
Searching the right tool i found a thread in the forum. The guy was Joojaa and wrote that it is possible from command line:
"anyway theres many ways of doing this and yes theres acommand line utility for this (you can find one in the downloads section) tough making a mel command to loop this isnt all that hard. What os?
for example in windows you could just run this in your drive root in the commandline:
FOR /R . %i IN (*.mb) DO mayabatch -command "someProcToSaveFileAsASCII" %i
"
He wrote this in 20th of sept in 2005, 10 years ago.
Can anybody give me any hint about this topic?
Thank you.