marcosgaming Posted November 12, 2025 Posted November 12, 2025 Can you send me finals files for to try please ? My directories are this : Games bin in subfolders games -> C:\Users\PC Mark\Desktop\PS2 Test Output ISO games -> C:\Users\PC Mark\Desktop\PS2 Test\PS2ISO PowerISO -> C:\Program Files\PowerISO\piso.exe Thanks Quote
JoeViking245 Posted November 13, 2025 Posted November 13, 2025 19 hours ago, marcosgaming said: Can you send me finals files for to try please ? My directories are this : Games bin in subfolders games -> C:\Users\PC Mark\Desktop\PS2 Test Output ISO games -> C:\Users\PC Mark\Desktop\PS2 Test\PS2ISO PowerISO -> C:\Program Files\PowerISO\piso.exe Thanks As stated, you just need to add the one line (plus "pause" so you can see the results before the Command Window closes) for %%f in (*.bin) do ("C:\Program Files\PowerISO\piso.exe" convert "%%f" -o "%%~nf.iso") pause to a text file and save it as a batch file (.bat). Just like you did previously. Put this file in the same folder as your ROM files and run (double-click) it. Then move the newly created .iso files (in that same folder) to wherever you want. 1 Quote
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.