-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJPNS.bat
334 lines (285 loc) · 6.03 KB
/
JPNS.bat
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
@echo off
color 0a
title BUTTER v0.7.5
goto boot
:boot
cls
echo welcome!
if exist welcome_box.vbs do start "C:\Users\%username%\Notepad++\msgbox.vbs" "X:\apps\SABER\welcome_box.vbs"
timeout /T 1 /NOBREAK >nul
cls
echo finding kernel.......
timeout /T 1 /NOBREAK >nul
echo Booting butter... This may take a sec
timeout /T 1 /NOBREAK >nul
pause
cls
echo boot complete.... loading objects.....
timeout /T 1 /NOBREAK >nul
goto login
:login
cls
echo what is your name?
cls
set/p name= enter name:
echo.
cls
echo Hello! %name% it is %time% now.
echo.
pause
function CLCK (
ECHO %time%
)
:menu
cls
echo What Would You Like To Do? Type the number.
echo.
echo 1.System Info 2.useful tools menu 3.dates menu 4.spinning rage 7.power options 8.GUI interface 9.productivity
echo 6.browser menu 5.help 10.folder creator 11.list disks 12.email sender (under development) 14.Drive rec
echo 15.randomness
ECHO current time: %time% date: %date% name: %name% password: 9.
set /p input= choose:
if %input% == 1 goto info
if %input% == 2 goto menu2
if %input% == 3 goto datesMenu
if %input% == 4 goto spinningRage
if %input% == 5 goto help
if %input% == 6 goto browserMenu
if %input% == 7 goto powerOptions
if %imput% == 8 goto GUIInterface
if %input% == 9 goto productivity
if %input% == "A"
if %input% == 6 goto GMenu
if %input% == 10 goto FolderCreator
if %input% == 11 goto DriveDisplay
if %input% == 12 start "C:\Users\drraj\Notepad++\msgbox.vbs" "C:\users\%username%\desktop\warning.vbs"
if %input% == 14 goto DRVRecovery
if %input% == 15 goto random
:info
cls
echo.========================
echo BUTTER OS
echo.========================
echo DETAILS
echo.
echo VERSION = 0.7.5
echo.
echo RAM = 1GB
echo.
echo CORE = %random%
echo.
echo HARD_DRIVE = 250GB
echo.
echo Kernel ver = 5.8.1
echo.
echo Build = 3
echo.
echo.=========================
echo @Copyright Interstar.inc
echo.
echo GPL Public Liscense 3.0
echo.=========================
echo account
echo.
echo name: %name%
echo.
echo time: %time%
echo.
echo date: %date%
echo.
echo Wanna check for update?
echo 1. to check for update
echo 2. Menu
set /p check=
if %check% == 1 goto update
if %check% == 2 goto menu
:update
cls
echo Checking for new version /Update.............
echo.
pause
cls
echo.
echo 1 update found!
echo.
pause
goto menu
:clock
cls
ECHO %time%
pause
goto menu
:cal
cls
echo %date%
echo enter 1 to return to menu
set /p input=
if %input% == 1 goto menu
:GMenu
cls
echo Games List
echo 1. spinning rage
echo 2. command and conquer
echo press 3 to return to the menu screen.
set /p input=
if %input% == 1 goto spinningRage
if %input% == 2 start generals
if %input% == 3 goto menu
:calc
title Calculator- butter OS
cls
color 0a
title CALCULATOR- butter OS
ECHO Calculator Version 1.2
ECHO * = MULTIPLY
ECHO + = ADD
ECHO _ = SUBTRACT
ECHO / = DIVIDE
SET /p UDefine=
SET /a UDefine=%UDefine%
ECHO =
ECHO %UDefine%
ECHO.
pause
goto menu
:TEXT
cls
echo TEXT EDITOR 1.0
echo Enter name of the text file you want to make
echo.
set /p N=Name
cls
set /p WRITE=Write Your Document
echo %WRITE% > %N%.txt
goto HOME
:Help
cls
echo Text editor is a programe made for creating text documents
echo Calculator lets you process math problems
pause
goto menu
:FolderCreator
cls
echo Welcome to Project Folder Creator.
echo Will create the following folder:
echo %foldername%
echo If this is okay,
pause
cls
set foldername=Project
md %foldername%
cd %foldername%
md cache
cd cache
md proxies
cd md footage
cd footage
md img seq
cd..
md preview
md projectfiles
md references
md renders
cd renders
md passes
cd..
cls
cd..
start %foldername%
cd %foldername%
echo Batch Complete!
tree
pause
pause
goto menu
:DriveDisplay
var DVDList == wmic logicaldisk get caption,volumename
cls
echo drives: %DVDList%
echo press 1 to return to menu
set /p input=
if %input% == 1 goto menu
:DRVRecovery
set /p input=
ECHO please enter the drive letter of the corrupt drive
dir %input%:\secrets
pause
start chkdsk %input%: /f
echo implement next fix
pause
ECHO THIS IS A CORRUPT DRIVE. NEVER STORE ANYTHING HERE > CRITICAL_WARNING.txt
:powerOptions
cls
echo 1.reboot 2.boot into windows 3.return to menu
set /p input=
if %input% == 1 goto boot
if %input% == 2 exit
if %input% == 3 goto menu
:fileSystem
cls
dir X:\
echo
echo 1.menu
set /p input= options
if %input% == 1 goto menu
:productivity
echo 1.notes 2.calculator 3.menu
set /p input= select:
if %input% == 1 goto TEXT
if %input% == 2 goto calc
if %input% == 3 goto menu
:emailer
cls
set /p RECEIVER= type receiver name
if /I "%RECEIVER:@=%" neq "%rev%" (
echo
) else (
echo please retype the email receipient
)
echo data in the line>>filepath
:settings
cls
echo press 1 to return to menu
echo set the time:
set /p OPT= new time
set %time% == %OPT%
if %OPT% == 1 goto menu
:spinningRage
call "C:\Users\%username%\OneDrive\Desktop\Flipp Flapp v1.2.bat"
:random
cls
echo %random%%random%%random%%random%%random%%random%%random%
pause
goto menu
:datesMenu
cls
echo 1.calendar 2.time 3.menu
set /p direct= select:
if %direct% == 1 goto cal
if %direct% == 2 goto clock
if %direct% == 3 goto menu
:browser
cls
start iexplore
pause
exit
:searchHistoryFinder
for /f "delims=: tokens=2" %%i in ('ipconfig /displaydns^|find "Record Name"') do (find "%%i" /i history.txt >nul 2>&1|| echo %%i >>history.txt echo %%i)
timeout /nobreak 5 >nul 2>&1
sort history.txt /o history.txt
goto searchHistoryFinder
pause
exit
:browserMenu
echo 1.start browser 2.view search history 3.menu
set /p SD= sel:
if %SD% == 1 goto browser
if %SD% == 2 goto searchHistoryFinder
if %SD% == 3 goto menu
:GUIInterface
start "X:\apps\SABER\EGI.cmd"
:menu2
echo 1.calc 2.text editor
set /p OPTI= select option:
if %OPTI% == 1 goto calc
if %OPTI% == 2 goto TEXT