Skip to content

Commit

Permalink
new things added...
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelone committed Apr 8, 2020
1 parent 1b0cc6b commit 08bd913
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 8 deletions.
Binary file modified chromedriver.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions gradlerun.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
start gradlew runServer
start gradlew runClient
3 changes: 3 additions & 0 deletions loop.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:a
echo k
goto a
5 changes: 1 addition & 4 deletions minestart.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
echo STARTING SERVER
set now=%cd%
cd /d E:\MINECRAFT SERVER
minestart
cd /d %now%
start /B /D "E:\MINECRAFT SERVER" minestart.cmd
1 change: 1 addition & 0 deletions notebook.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

@echo off
echo password is :pass1234
start "Zelone Notebook jiteshmob1@gmail.com" /D G:\jitesh\E\JavaProgram\jupyter /B jupyter notebook
@echo on
Binary file added reboot/WinXEditor/WinXEditor.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions setup.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
set _notebook_home=G:\jitesh\E\JavaProgram\jupyter
set _cmd_home="C:\Program Files\Java\Zelone"
set _java8_home="C:\Program Files\Java\jdk1.8.0_161\bin"
set _java9_home="C:\Program Files\Java\jdk-9\bin"
set _python_home="C:\Users\Jhawar\AppData\Local\Programs\Python\Python36"
set _python_Script_home="C:\Users\Jhawar\AppData\Local\Programs\Python\Python36\Scripts"
set _programs_home="G:\jitesh\E\JavaProgram"
set _tor_home="C:\Users\Jhawar\Desktop\Tor Browser\Browser"
3 changes: 3 additions & 0 deletions snapshot.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd /d "E:\MINECRAFT SERVER\min16snap"
run
C:
5 changes: 5 additions & 0 deletions zg++.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
echo For your c++ helps
echo g++ -std=c++11 -o %%1 %%2 %%*
g++ -std=c++11 -o %1 %2 %*
@echo on
6 changes: 2 additions & 4 deletions ztor.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
set now=%cd%
cd /d C:\Users\Jhawar\Desktop\Tor Browser\Browser
start firefox.exe
cd %now%
setup.cmd
start /D %_tor_home% firefox.exe

0 comments on commit 08bd913

Please sign in to comment.