

Drag and drop ecm.exe on the extracted folder into the command window then press space bar then locate the ISO file you want to compress and then drag and drop the file into the same command window.A command window will appear, please see picture below.Now to compress an ISO file, press the Window Button in your computer together with the ‘R’ key or go to your Task Bar, click the Window Button and then type on Search Program and Files ‘run’ then type ‘cmd’ and hit enter.As you can see below, the folder comprises of two executable file (encircled on the picture) this two files use to compress and uncompress ISO files.Download ECM Tools and extract the file on a location in your computer.ecm file but for the sake of this tutorial I will use ECM Tools as I believe that this is the most practical and lightweight in terms of size.
EPSXE ECM TOOLS HOW TO
/ecm-commands-4e4c617119774b98aadfc08b50859856.png)
EPSXE ECM TOOLS ARCHIVE
Furthermore, copying the 7z archive as well as the ape tracks took unnecessary time - this new script does the un-7z-ing and APE-2-wav conversion "on-the-fly" without using the temp folder.įurthermore, I added self-closing message boxes to get at least some status messages.
EPSXE ECM TOOLS CODE
The original code had one big disadvantage: The temp directory got too big because the there was the copy, the non-ECM file and finally the ECMed bin track - and additionally the ape, the wav and the wav-bin files. "%programfiles%\Daemon Tools Lite\daemon.exe" -unmount 0 Start/wait %programfiles%\GameEx\Emulators\epsxe\epsxe.exe -nogui -analog1 "%programfiles%\Daemon Tools Lite\daemon.exe" -mount 0,"%temp%\Gameex_temp\%file%" Messagebox.vbs "Mounting image and starting emulation." Messagebox.vbs "Extracting 7z archive with binary data. Copy "%directory%\*.cue" %temp%\Gameex_tempĮcho Set objArgs = WScript.Arguments > messagebox.vbsĮcho Set objShell = CreateObject("Wscript.Shell") > messagebox.vbsĮcho intReturn = objShell.Popup(objArgs(0), 3, "Recreating Playstation image") > messagebox.vbs
