-
Notifications
You must be signed in to change notification settings - Fork 58
/
0120.html
39 lines (38 loc) · 1.95 KB
/
0120.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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>