mirror of
https://github.com/slorelee/wimbuilder2.git
synced 2025-05-06 18:25:51 +08:00
remove "echo off" (lib)
This commit is contained in:
parent
34677364e0
commit
3fda6f6511
@ -1,5 +1,3 @@
|
||||
@echo off
|
||||
|
||||
if "x%WB_RUNAS_TI%"=="x1" (
|
||||
goto :EOF
|
||||
)
|
||||
|
@ -1,5 +1,3 @@
|
||||
@echo off
|
||||
|
||||
echo MACRO:Coder
|
||||
echo Run %3 block in %2
|
||||
echo as %1 code
|
||||
|
@ -1,5 +1,3 @@
|
||||
@echo off
|
||||
|
||||
goto :main
|
||||
echo MACRO:OpenTextFile
|
||||
echo I will open %2 and modify it with %4@%3 section
|
||||
|
@ -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:
|
||||
|
@ -1,5 +1,3 @@
|
||||
@echo off
|
||||
|
||||
rem MACRO:RegCopyEx TYPE KEY(s)
|
||||
rem Usage:
|
||||
rem RegCopyEx Services NlaSvc
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
@echo off
|
||||
|
||||
rem MACRO:ACLRegKey RegKey [user] [owner]
|
||||
rem call SetACL.exe to set the registry's ACL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user