

\Convert_z7_cue_to_CHD.ps1 -SourcePath "C:\Path\.\Sega Mega CD & Sega CD" -DestinationPath "C:\Other Path\.\Sega CD"Įxample 2 - Include verbose output and generate m3u files for multi-disc games $WritePlaylistFiles = $false # Write m3u files in the destination dir, for all CHDs present (not just new ones) $DisableMultithreading = $false, # Option to disable multithreading logic, for low thread systems or if you don't want CHD conversion to take most of your CPU % $CleanWorkingPath = $false, # Switch to automatically clean (delete contents) the working path dir if it is non-empty $CHDMANPath = " ", # Path to the CHDMAN executable, will be downloaded if this isn't defined or isn't correct Will be created in the running path if undefined


$WorkingPath = " ", # Path where files will be extracting temporarily for CHD creation, use fast disk if possible. $DestinationPath = " ", # Path where you would like the CHD's to go. $SourcePath = " ", # Path to 7z zipped disc images to be converted
