slider6996 Posted December 6, 2021 Share Posted December 6, 2021 I know this topic is a little old but was there ever a way mentioned anywhere ( i didnt see one ) to auto move the converted files back into there own folders so all the bin and cue files of all the converted games are not listed in same folder? I like having my games files in there own folder and not just 1 folder with all the bin/cue files. Ive googled for a few hours and came across 2 threads but it was a convert then move afterwards which led me to this thread. As i myself use the CHD method but having to drag the completed files back into folders takes awhile and was seeing if was some bat file floating around that could move the completed/converted/combined files back into game folders some way. Quote Link to comment Share on other sites More sharing options...
DeadVoivod Posted December 6, 2021 Share Posted December 6, 2021 You can try this: For creating the folders for each file: for %i in (*) do mkdir "%~ni" For moving each file to its folder: for %i in (*) do move "%i" "%~ni" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.