This commit is contained in:
USER
2023-04-11 20:26:03 +01:00
parent f9240165d5
commit d27ad7ffcf
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
@echo off @echo off
set SECRETS="C:\Scripts\bSecrets\nenv.bat" set SECRETS="C:\Scripts\Secrets\nenv.bat"
call %SECRETS% call %SECRETS%
set MSG=bungler dungler set MSG=bungler dungler

View File

@ -1,5 +1,5 @@
@echo off @echo off
set SECRETS="C:\Scripts\bSecrets\nenv.bat" set SECRETS="C:\Scripts\Secrets\nenv.bat"
call %SECRETS% call %SECRETS%
set MSG=bungler dungler set MSG=bungler dungler

View File

@ -34,7 +34,7 @@ if [%ZUPER%] == [1] (
echo "%%x" echo "%%x"
call "%%x" call "%%x"
) )
FOR %%x IN (C:\Scripts\bSecrets\b_*.bat) DO ( FOR %%x IN (C:\Scripts\Secrets\b_*.bat) DO (
echo "%%x" echo "%%x"
call "%%x" call "%%x"
) )