Skip to content

Commit

Permalink
Path
Browse files Browse the repository at this point in the history
  • Loading branch information
YTBJero committed Jun 1, 2022
1 parent c4e4481 commit 64555b5
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions delzip.bat → Command/delzip.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

cd "C:\Users\USERNAME\Path\Backups"
del Backups.zip

@echo off

cd "C:\Users\USERNAME\Path\Backups"
del Backups.zip

exit
14 changes: 7 additions & 7 deletions start_server.bat → Command/start_server.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

cd "C:\Users\USERNAME\Path\Lobby"
start start.cmd

exit

@echo off

cd "C:\Users\USERNAME\Path\Lobby"
start start.cmd

exit

10 changes: 5 additions & 5 deletions stop_server.bat → Command/stop_server.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off

taskkill /f /im php.exe

exit
@echo off

taskkill /f /im php.exe

exit
20 changes: 10 additions & 10 deletions zipservers.bat → Command/zipservers.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
echo on

for /f "tokens=3,2,4 delims=/- " %%x in ("%date%") do set d=%%y%%x%%z

set data=%d%

Echo zipping servers...

"C:\Program Files\7-Zip\7z.exe" a -tzip "C:\Users\USERNAME\Path\Backups\Backups.zip" "C:\Users\USERNAME\Path\Servers"

echo on

for /f "tokens=3,2,4 delims=/- " %%x in ("%date%") do set d=%%y%%x%%z

set data=%d%

Echo zipping servers...

"C:\Program Files\7-Zip\7z.exe" a -tzip "C:\Users\USERNAME\Path\Backups\Backups.zip" "C:\Users\USERNAME\Path\Servers"

echo Done!
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 64555b5

Please sign in to comment.