Batch extractor
Posted: Fri Apr 16, 2021 9:46 am
Hi, I got all .segm from B2S files
Now I want extract them, is there a way to do it with a sort of .Bat file? I want convert all them in one click
I tried creating a .bat file myself but no luck
here what I wrote:
Now I want extract them, is there a way to do it with a sort of .Bat file? I want convert all them in one click
I tried creating a .bat file myself but no luck
here what I wrote:
Thank you in advance@echo off
b2s_DC.exe C:\Users\zagor\Desktop\TrueAncestor_EDAT_Rebuilder_v1.65\*.segm
echo done!