extract-xiso
extract-xiso copied to clipboard
Cannot generate the ISO, when running the EXTRACT-XISO executable
The System Symbol was opened as 'Administrator'
and both filepaths are non-read-only:
So my question is, what else am I missing?
Is there something else, I need to do here?
Thanks
You are trying to create an ISO with the exact same name as the directory you're trying to create it from.. obviously your computer can't create a file and a directory with the exact same name and path. Try giving it a usable output filename as the second argument.
You are trying to create an ISO with the exact same name as the directory you're trying to create it from.. obviously your computer can't create a file and a directory with the exact same name and path. Try giving it a usable output filename as the second argument.
Looks to me like the output should have "_NEW" appended?
Is the drive full? @DeanMcAndrews
I'd try omitting the output parameter, i.e. run just extract-xiso -c "C:\XEMU EMULADOR XBOX\ISOs\DOAXBV"
@dracc Ah yeah, I didn't catch that
@DeanMcAndrews What's the status on this? Did you figure your issue out?