123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Compressing GameCube .iso with GCIT</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="GameCube,ISO,Compression,Storage,Gcit,Windows,Compact,Compress,Free Up Storage Space,Free Up Disk Space,Retro Gaming,Emulation,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Compressing GameCube .iso with GCIT">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="04/06/2022 01:43:24 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Compressing GameCube .iso with GCIT</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download GameCube ISO Tool <a href="https://gbatemp.net/download/gamecube-iso-tool.33956/" target="_blank">Download</a></li>
- <li>Extract GameCube ISO Tool and copy gcit.exe to the same directory as the GameCube .iso files</li>
- <li>Open a text editor (ie Notepad) and paste the following command
- <div class="codeBlock">for %%f in (*.iso) do gcit.exe "%%f" -q -b -d ".\%%f.trimmed.iso"</div>
- </li>
- <li>Save the above Notepad document as gc.bat in the same directory as the GameCube .iso files</li>
- <li>Double click gc.bat</li>
- <li>Watch and wait</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|