remove "echo off" (lib)

This commit is contained in:
slore 2022-02-01 20:49:24 +09:00
parent 34677364e0
commit 3fda6f6511
7 changed files with 0 additions and 14 deletions

View File

@ -1,5 +1,3 @@
@echo off
if "x%WB_RUNAS_TI%"=="x1" (
goto :EOF
)

View File

@ -1,5 +1,3 @@
@echo off
echo MACRO:Coder
echo Run %3 block in %2
echo as %1 code

View File

@ -1,5 +1,3 @@
@echo off
goto :main
echo MACRO:OpenTextFile
echo I will open %2 and modify it with %4@%3 section

View File

@ -1,5 +1,3 @@
@echo off
rem MACRO:RegCopy
rem replace KEY_PATH to Src_XXX, Tmp_XXX and call reg.exe COPY
rem Usage:

View File

@ -1,5 +1,3 @@
@echo off
rem MACRO:RegCopyEx TYPE KEY(s)
rem Usage:
rem RegCopyEx Services NlaSvc

View File

@ -1,5 +1,3 @@
@echo off
rem NOTICE: can't use // at begin, so use #// to instead
rem ESCAPE: #q => ", #s => #, #p => %, #t => \t, #r => \r, #n => \n

View File

@ -1,5 +1,3 @@
@echo off
rem MACRO:ACLRegKey RegKey [user] [owner]
rem call SetACL.exe to set the registry's ACL