first commit
This commit is contained in:
9
local_Logon.bat
Normal file
9
local_Logon.bat
Normal file
@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
call C:\Scripts\wLocal\localENV.bat
|
||||
@REM xxxxxxx
|
||||
echo "%~n0: Start"
|
||||
|
||||
FOR %%x IN (%LOCAL%\l_*.bat) DO (
|
||||
echo "%%x"
|
||||
call "%%x"
|
||||
)
|
||||
Reference in New Issue
Block a user