-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zelone
committed
Apr 8, 2020
1 parent
1b0cc6b
commit 08bd913
Showing
10 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
start gradlew runServer | ||
start gradlew runClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
:a | ||
echo k | ||
goto a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cd /d "E:\MINECRAFT SERVER\min16snap" | ||
run | ||
C: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |