11 lines
297 B
Batchfile
Executable File
11 lines
297 B
Batchfile
Executable File
@echo off
|
|
call C:\Scripts\wBase\baseENV.bat
|
|
call C:\Scripts\wLocal\localENV.bat
|
|
@REM xxxxxxx
|
|
echo "START: %~n0"
|
|
|
|
echo "Dump software list"
|
|
set PSFILE="%WBASE%\bin\SoftwareList.ps1"
|
|
%POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE% > "C:\%check_computername%.txt"
|
|
|
|
echo "FINISHED: %~n0" |