generated from osc/skins-template
Updating skins
Some checks failed
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Has been cancelled
Some checks failed
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Has been cancelled
This commit is contained in:
23
Skins/tko reused/replace.bat
Normal file
23
Skins/tko reused/replace.bat
Normal file
@@ -0,0 +1,23 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set hspath=%CD%
|
||||
set osupath="%hspath%\..\"
|
||||
|
||||
|
||||
if exist "%hspath%\%1" (
|
||||
cd %osupath%
|
||||
del "drum-*.wav"
|
||||
del "normal-*.wav"
|
||||
del "soft-*.wav"
|
||||
|
||||
echo Deleted previous hitsounds!
|
||||
|
||||
echo Hitsounds folder "%1" found!
|
||||
cd "%hspath%\%1"
|
||||
dir
|
||||
xcopy * %osupath%
|
||||
echo Copied successfully
|
||||
) else (
|
||||
echo Hitsounds folder not found. Check your input!
|
||||
)
|
||||
Reference in New Issue
Block a user