-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (31 loc) · 1.12 KB
/
index.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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<title>Optimizer.bat - By Izaiashi</title>
<link rel="icon" type="image/x-icon" href="https://e7.pngegg.com/pngimages/314/138/png-clipart-computer-icons-mathematical-optimization-symbol-search-engine-optimization-symbol-miscellaneous-white-thumbnail.png"/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="text">
<h1 class="center">Optimizer.bat - By Izaiashi</h1>
<h2 class="center">Many of optimizers out there!</h2>
</div>
<pre>
<code>
@echo off
echo ---------------------------------------------------------------------------
echo Downloading
echo Make sure to start optimizer.bat after this one closes and run it as Administrator!
echo.
curl "https://raw.githubusercontent.com/Izaiashi/Random-Batch-Shit/main/optimizer.bat" -o "optimizer.bat"
echo.
echo ---------------------------------------------------------------------------
echo.
timeout 2 > NUL
exit
</code>
</pre>
<p>Make a Batch file with this code ^^^ (name it downloader.bat)</p>
</body>
</html>