This commit is contained in:
USER
2023-01-17 23:13:43 +00:00
parent 35571c0885
commit 8258f2967d
12 changed files with 21 additions and 22 deletions

2
Msg/EXnenv.bat Normal file
View File

@ -0,0 +1,2 @@
set DUFUS=
set TCHATID=

2
Msg/EXnenvH.bat Normal file
View File

@ -0,0 +1,2 @@
set DUFUS=
set TCHATID=

9
Msg/nmsg.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
set SECRETS="%BASE%\secrets\nenv.bat"
call %SECRETS%
set MSG=bungler dungler
set STRING='%~1%'
curl -d %STRING% ntfy.sh/%DUFUS%

9
Msg/nmsgH.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
set SECRETS="%BASE%\secrets\nenvH.bat"
call %SECRETS%
set MSG=bungler dungler
set STRING='%~1%'
curl -d %STRING% ntfy.sh/%DUFUS%

9
Msg/tmessage.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
call C:\Scripts\wBase\baseENV.bat
@REM xxxxxxx
set STRING='%~1%'
call %BASE%\Msg\nmsg.bat %STRING%

9
Msg/tmessageH.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
call C:\Scripts\wBase\baseENV.bat
@REM xxxxxxx
set STRING='%~1%'
call %BASE%\Msg\nmsgH.bat %STRING%