0120.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Compressing GameCube .iso with GCIT</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <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">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Compressing GameCube .iso with GCIT">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="04/06/2022 01:43:24 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Compressing GameCube .iso with GCIT</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download GameCube ISO Tool <a href="https://gbatemp.net/download/gamecube-iso-tool.33956/" target="_blank">Download</a></li>
  27. <li>Extract GameCube ISO Tool and copy gcit.exe to the same directory as the GameCube .iso files</li>
  28. <li>Open a text editor (ie Notepad) and paste the following command
  29. <div class="codeBlock">for %%f in (*.iso) do gcit.exe &quot;%%f&quot; -q -b -d &quot;.\%%f.trimmed.iso&quot;</div>
  30. </li>
  31. <li>Save the above Notepad document as gc.bat in the same directory as the GameCube .iso files</li>
  32. <li>Double click gc.bat</li>
  33. <li>Watch and wait</li>
  34. </ol>
  35. </div>
  36. </div>
  37. </body>
  38. </html>