Added refresh
This commit is contained in:
parent
680674f495
commit
e64109a329
5
client/refresh.bat
Normal file
5
client/refresh.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@Echo off
|
||||
Pushd "%~dp0"
|
||||
packwiz refresh
|
||||
popd
|
||||
pause
|
4
refresh.bat
Normal file
4
refresh.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@Echo OFF
|
||||
set masterfolder=%cd%
|
||||
start %cd%/client/refresh.bat
|
||||
start %cd%/server/refresh.bat
|
5
server/refresh.bat
Normal file
5
server/refresh.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@Echo off
|
||||
Pushd "%~dp0"
|
||||
packwiz refresh
|
||||
popd
|
||||
pause
|
Loading…
x
Reference in New Issue
Block a user