abbodi1406 / BatUtil

Collection of batch scripts utilities for Windows
993 stars 241 forks source link

2 feature requests regarding esd iso 1. have the ability to convert multipul esds in a folder. 2. delete source esd after convertion #25

Closed mhussaincov93 closed 6 months ago

mhussaincov93 commented 1 year ago

hi Abbodi, would it be possible to add the folowing features? the ability to delete the source .esd after conversion is complete? I believe this would be very handy. if it were set as a configurable setting it would be great! 2. the ability to convert multipul esds one after another. example. I have a few .esds in the folder. c:\esds when esd>iso detects the esds, it would ask the usual questions and use the answered questions to bulk create the isos or .wim etc. one after another. I would be greatful if you would considder this request. Majid Hussain

abbodi1406 commented 1 year ago

For 1, it's not reliable option, it's best to keep the ESD files in case you need them or conversion failed it's not hard to manually delete them

For 2:

you can create another script and add all the ESDs you want to convert, example:

decrypt.cmd 1.esd
decrypt.cmd 2.esd
decrypt.cmd 3.esd
decrypt.cmd 4.esd