Advertisement
Guest User

Untitled

a guest
Apr 29th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.39 KB | None | 0 0
  1. @echo off
  2. title Atalli_Experience
  3. color 9f
  4. :loada1
  5. cls
  6. echo Where Was The Atalli_Experience Storage Folder Created?
  7. echo.
  8.  
  9. set /p directory=
  10. cd\
  11. cd %directory%
  12. cd atalliexperiencestorage
  13. cd Files
  14. echo List Of Files Are.. > listoffiles.dll
  15. md Users
  16. cd Users
  17. goto bootup
  18.  
  19. :bootup
  20. cd ..
  21. cls
  22. echo Finding Boot File..
  23. ping localhost -n 2 >nul
  24. if not exist ".\atalliexpbootup.dll" goto errorboot
  25. cls
  26. echo Booting Atalli_Experience..
  27. ping localhost -n 5 >nul
  28. cd Users
  29. goto setup
  30.  
  31. :errorboot
  32. cls
  33. echo "atalliexpbootup.dll" Not Found, Please Either Reboot or Setup System Again.
  34. pause
  35. exit
  36.  
  37. :setup
  38. cls
  39. echo What will be your username?
  40. echo.
  41.  
  42. set /p username=
  43. md %username%
  44. cd %username%
  45. cls
  46. echo What will be your password?
  47. echo.
  48.  
  49. set /p pass=
  50. echo %pass% > password.dta
  51. cls
  52. echo What will be your color theme?
  53. echo.
  54.  
  55. set /p colort=
  56. cls
  57. echo What will be your password hint?
  58. echo.
  59.  
  60. set /p hint=
  61. cd ..
  62. cd ..
  63. cls
  64. goto loginas
  65.  
  66. :loginas
  67. cls
  68. echo LOGIN AS:
  69. echo.
  70. echo 1) %username%
  71. echo.
  72.  
  73. set /p la1=
  74.  
  75. if %la1% == 1 goto login
  76. goto loginas
  77.  
  78. :loginas1
  79. cls
  80. echo LOGIN AS:
  81. echo.
  82. echo 1) %username%
  83. echo.
  84.  
  85. set /p la11=
  86.  
  87. if %la11% == 1 goto login1
  88. goto loginas1
  89.  
  90. :login
  91. cls
  92. echo What is the password?
  93. echo.
  94.  
  95. set /p passinput=
  96.  
  97. if %passinput% == %pass% goto welcome
  98. if %passinput% == %random% echo %hint%
  99. goto loginas
  100.  
  101. :login1
  102. cls
  103. echo What is the password?
  104. echo.
  105.  
  106. set /p passinput1=
  107.  
  108. if %passinput1% == %pass% goto desktop
  109. goto loginas1
  110.  
  111. :: From here down there is welcome tasks
  112.  
  113. :welcome
  114. cls
  115. echo Welcome! I see your new here. I'm your virtual assistant, Experint!
  116. pause
  117. echo Sorry if that was bad, but i'm going to tell you how to use the "Atalli Experience"!
  118. pause
  119. echo I will be telling you some news first!
  120. pause
  121. echo Atalli has replaced the "All Applications" to "Pop-Up".
  122. pause
  123. echo Pop-Up will appear on your Desktop so whenever you need it, you press "P" on your keyboard!
  124. pause
  125. echo Lets go to file manager!
  126. pause
  127. goto welcomea
  128.  
  129. :welcomea
  130. cls
  131. echo This is File Manager, I Will Be Giving You Tasks. - (Experint)
  132. echo ----------------------------------------------------------
  133. echo Here are things to do! e = exit
  134. echo.
  135. echo 1) Create File
  136. echo 2) Choose File
  137. echo 3) Choose Directory
  138. echo 4) Delete Files
  139. echo.
  140. pause
  141. cls
  142. echo Press "1" On Your Keyboard To Create a File! - (Experint)
  143. echo ----------------------------------------------------------
  144. echo Here are things to do! e = exit
  145. echo.
  146. echo 1) Create File
  147. echo 2) Choose File
  148. echo 3) Choose Directory
  149. echo 4) Delete Files
  150. echo.
  151.  
  152. set /p t1=
  153.  
  154. if %t1% == 1 goto welcomea2
  155. goto welcomea
  156.  
  157. :welcomea2
  158. cls
  159. echo Good Now You Can Choose A Name As The File, Make Sure It Is Not Innapropiate. - (Experint)
  160. echo -----------------------------------------------------------------------------------
  161. echo What Would You Like To Name The File?
  162. echo.
  163.  
  164. set /p t2=
  165. md %t2%
  166. goto welcomea3
  167.  
  168. :welcomea3
  169. cls
  170. echo Good, Now You Have A File! But Would You Like To Store A Document In It?
  171. pause
  172. echo Okay, Type 1 To Goto Documents - Experint
  173. pause
  174. goto welcomeb1
  175.  
  176. :welcomeb1
  177. cls
  178. echo This is the "Documents" app - (Experint)
  179. echo ---------------------------------------
  180. echo Write Down A Document and It Will Be Saved In Your Current Directory
  181. echo.
  182. pause
  183. cls
  184. echo Go Ahead And Write A Document, I Will Be Waiting..
  185. echo ---------------------------------------
  186. echo Write Down A Document and It Will Be Saved In Your Current Directory
  187. echo.
  188.  
  189. set /p t3=
  190. cls
  191. echo This is where you save the document, please name the document..
  192. echo -----------------------------------------------------------------
  193. echo Name the document!
  194. echo.
  195.  
  196. set /p t4=
  197. cd %t2%
  198. echo %t3% > %t4%.txt
  199. cd ..
  200. cd Files
  201. cls
  202. echo The Document Is Now Created In The Folder You Created!
  203. pause
  204. echo Thank you for listening to my tutorials!
  205. pause
  206. echo BYE!!!!
  207. pause
  208. echo btw I'll Miss You :(
  209. pause
  210. goto desktop
  211.  
  212. ::welcome tasks end here
  213.  
  214. :desktop
  215. color %colort%
  216. cls
  217. echo Time: %time% Date: %date% User Logged In: %username%
  218. echo.
  219. echo t)Trash Bin
  220. echo.
  221. echo f)Files
  222. echo.
  223. echo c)Connections
  224. echo.
  225. echo i)Internet
  226. echo.
  227. echo.
  228. echo.
  229. echo.
  230. echo.
  231. echo.
  232. echo.
  233. echo -----------------------------------------------------------------------------------------------
  234. echo p) POPUP / %time%
  235. echo -----------------------------------------------------------------------------------------------
  236. echo.
  237.  
  238. set /p desktopinput1=
  239.  
  240. if %desktopinput1% == t goto trash
  241. if %desktopinput1% == f goto files
  242. if %desktopinput1% == c goto connections
  243. if %desktopinput1% == i goto internet
  244. if %desktopinput1% == p goto popup
  245. goto desktop
  246.  
  247. :popup
  248. cls
  249. echo Time: %time% Date: %date% User Logged In: %username%
  250. echo.
  251. echo t)Trash Bin
  252. echo.
  253. echo -----------------------------
  254. echo Welcome %username%! l
  255. echo l
  256. echo i) Internet l
  257. echo d) Documents l
  258. echo m) Manager l
  259. echo a) Popup AI l
  260. echo ca) Calculator l
  261. echo l
  262. echo l
  263. echo l------------------------------------------------------------------
  264. echo c) Close l) logoff l %time%
  265. echo -----------------------------------------------------------------------------------------------
  266. echo.
  267.  
  268. set /p pup=
  269.  
  270. if %pup% == i goto internet
  271. if %pup% == l goto logoff
  272. if %pup% == c goto desktop
  273. if %pup% == d goto documents
  274. if %pup% == a goto pai
  275. if %pup% == m goto manager
  276. if %pup% == ca goto calc
  277. goto popup
  278.  
  279. :pai
  280. cls
  281. echo Welcome, %username%! I am Popup AI!
  282. pause
  283. echo You can type any command to me, try one!
  284. echo.
  285.  
  286. set /p a=
  287.  
  288. if %a% == hello echo Hello!
  289. if %a% == internet goto internet
  290. if %a% == close goto desktop
  291. if %a% == manager goto manager
  292. if %a% == fart echo (fart)
  293. if %a% == name echo Popup Ai!
  294. if %a% == games echo I have no games, sorry
  295. if %a% == apps goto popup
  296. if %a% == logoff goto loginas1
  297. if %a% == exit exit
  298. if %a% == destroy goto destroy
  299. goto pai
  300.  
  301. :destroy
  302. color 9f
  303. cls
  304. echo ATALLI_ERROR_CODE_REASON=
  305. echo 27843747XXXX328374.dll popupaicmddestroy.dll.run
  306. echo.
  307. echo Beggining memory dump....
  308. ping localhost -n 10 >nul
  309. cd %directory%
  310. cd atalliexperiencestorage
  311. cd Files
  312. del Users
  313. cd ..
  314. del Files
  315. echo memory dump complete! please run setup again to restore machine..
  316. goto destroy
  317.  
  318. :calc
  319. cls
  320. echo Press 1 for Addition
  321. echo Press 2 for Subtraction
  322. echo Press 3 for Multiplication
  323. echo Press 4 for Division
  324. echo Press e To Exit
  325. set /p calc=
  326. if %calc%==1 goto a
  327. if %calc%==2 goto b
  328. if %calc%==3 goto c
  329. if %calc%==4 goto d
  330. if %calc%==e goto desktop
  331. :a
  332. cls
  333. echo Addition
  334. echo Please choose the 2 numbers you wish to add.
  335. set /p num1=
  336. set /p num2=
  337. echo %num1%+ %num2%?
  338. pause
  339. set /a Answer=%num1%+%num2%
  340. echo %Answer%
  341. pause
  342. goto desktop
  343. :b
  344. cls
  345. echo Subtraction
  346. echo Please choose the 2 numbers you wish to subtract
  347. set /p num1=
  348. set /p num2=
  349. echo %num1%-%num2%?
  350. pause
  351. set /a Answer=%num1%-%num2%
  352. echo %Answer%
  353. pause
  354. goto desktop
  355. :c
  356. cls
  357. echo Multiplication
  358. echo Please choose the 2 numbers you wish to Multiply
  359. set /p num1=
  360. set /p num2=
  361. echo %num1%x%num2%?
  362. pause
  363. set /a Answer=%num1%x%num2%
  364. echo %Answer%
  365. pause
  366. goto desktop
  367. :d
  368. cls
  369. echo Division
  370. echo Please choose the 2 numbers you wish to Divide
  371. set /p num1=
  372. set /p num2=
  373. echo %num1%/%num2%?
  374. pause
  375. set /a Answer=%num1%/%num2%
  376. echo %Answer%
  377. pause
  378. goto desktop
  379.  
  380. :logoff
  381. cls
  382. echo Are You Sure You Want To Logoff? (Y/N)
  383. echo.
  384.  
  385. set /p log1=
  386.  
  387. if %log1% == y goto loginas1
  388. if %log1% == n goto desktop
  389. goto logoff
  390.  
  391. :manager
  392. cls
  393. echo What would you like to change?
  394. echo.
  395. echo 1) Color Theme
  396. echo 2) Change Username
  397. echo 3) Change Password
  398. echo e) Exit
  399. echo.
  400.  
  401. set /p m1=
  402.  
  403. if %m1% == 1 goto changect
  404. if %m1% == 2 goto changeuser
  405. if %m1% == 3 goto changepass
  406. if %m1% == e goto desktop
  407. goto manager
  408.  
  409. :changect
  410. cls
  411. echo What is new color theme?
  412. echo.
  413.  
  414. set /p colort=
  415. color %colort%
  416. cls
  417. echo Color Theme Changed!
  418. pause
  419. goto manager
  420.  
  421. :changeuser
  422. cls
  423. echo Please type current password to continue!
  424. echo.
  425.  
  426. set /p passinput=
  427.  
  428. if %passinput% == %pass% goto cuser
  429. goto manager
  430.  
  431. :cuser
  432. cls
  433. echo What would you like to name yourself?
  434. echo.
  435.  
  436. set /p username=
  437. goto manager
  438.  
  439. :changepass
  440. cls
  441. echo Please type current password to continue!
  442. echo.
  443.  
  444. set /p passinput=
  445.  
  446. if %passinput% == %pass% goto cpass
  447. goto manager
  448.  
  449. :cpass
  450. cls
  451. echo What would you like to change the password to?
  452. echo.
  453.  
  454. set /p pass=
  455. goto manager
  456.  
  457. :files
  458. cls
  459. echo Here are things to do! e = exit
  460. echo.
  461. echo 1) Create File
  462. echo 2) Choose File
  463. echo 3) Choose Directory
  464. echo 4) Delete Files
  465. echo 5) View Files
  466. echo.
  467.  
  468. set /p files1=
  469.  
  470. if %files1% == 1 goto crfile
  471. if %files1% == 2 goto chfile
  472. if %files1% == 3 goto chdir
  473. if %files1% == 4 goto dfile
  474. if %files1% == 5 goto vfile
  475. if %files1% == e goto desktop
  476. goto files
  477.  
  478. :vfile
  479. if not exist ".\listoffiles.dll" goto errorfile
  480. cls
  481. type .\listoffiles.dll
  482. pause >nul
  483. goto files
  484.  
  485. :errorfile
  486. cls
  487. echo "listoffiles.dll" Has Been Deleted or You're Not In The Right Directory. Please Try Again or Setup Again!
  488. pause
  489. goto files
  490.  
  491. :crfile
  492. cls
  493. echo What is the name of the folder?
  494. echo.
  495.  
  496. set /p fname1=
  497. md %fname1%
  498. echo -%fname1% >> listoffiles.dll
  499. goto files
  500.  
  501. :chfile
  502. cls
  503. echo What is the file name?
  504. echo.
  505.  
  506. set /p fname1=
  507. cd %fname1%
  508. echo File Chosen!
  509. pause
  510. goto files
  511.  
  512. :chdir
  513. cd\
  514. cd %directory%
  515. cd atalliexperiencestorage
  516. cd Files
  517. goto files
  518.  
  519. :dfile
  520. cls
  521. echo What file would you like to delete?
  522. echo.
  523.  
  524. set /p fname1=
  525. del %fname1%
  526. goto files
  527.  
  528. :trash
  529. cls
  530. echo Nothing in here!
  531. pause
  532. goto desktop
  533.  
  534. :connections
  535. cls
  536. echo Searching...
  537. ping localhost -n 5 >nul
  538. cls
  539. echo Network "Local" Found, Choosing "Local"..
  540. ping localhost -n 5 >nul
  541. echo Connection Set Up!
  542. pause
  543. goto desktop
  544.  
  545. :internet
  546. start www.google.com
  547. goto desktop
  548.  
  549. :documents
  550. cls
  551. echo What would you like to do? e = exit
  552. echo.
  553. echo 1) Make Document
  554. echo 2) Edit Document
  555. echo 3) Read Document
  556. echo.
  557.  
  558. set /p doc=
  559.  
  560. if %doc% == 1 goto maked
  561. if %doc% == 2 goto editd
  562. if %doc% == 3 goto readd
  563. if %doc% == e goto popup
  564. goto documents
  565.  
  566. :editd
  567. cls
  568. echo What is the document name?
  569. echo.
  570.  
  571. set /p docname=
  572. if not exist ".\%docname%.txt" goto errordoc
  573. cls
  574. type .\%docname%.txt
  575. echo.
  576.  
  577. set /p docinput1=
  578. echo %docinput1% >> %docname%.txt
  579. cls
  580. echo Document Edited Succsessfully!
  581. pause
  582. goto documents
  583.  
  584. :readd
  585. cls
  586. echo What is the document name?
  587. echo.
  588.  
  589. set /p docname=
  590. if not exist ".\%docname%.txt" goto errordoc
  591. cls
  592. type .\%docname%.txt
  593. pause
  594. goto documents
  595.  
  596. :errordoc
  597. cls
  598. echo There Was No Document With That Name, Please Try Again..
  599. pause
  600. goto documents
  601.  
  602. :maked
  603. cls
  604. echo Write Down A Document and It Will Be Saved In Your Current Directory
  605. echo.
  606.  
  607. set /p doc1=
  608. cls
  609. echo Name the document!
  610. echo.
  611.  
  612. set /p doc1name=
  613. echo %doc1% > %doc1name%.txt
  614. cls
  615. echo File Saved In Current Directory!
  616. pause
  617. goto desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement