copy HELP to root of various drives
This commit is contained in:
@ -61,6 +61,9 @@ if [%ZUPER%] == [1] (
|
|||||||
echo "Attempting unlock of drive"
|
echo "Attempting unlock of drive"
|
||||||
call %TMESSAGE% '"Attempting unlock of drive on %check_computername%"'
|
call %TMESSAGE% '"Attempting unlock of drive on %check_computername%"'
|
||||||
%EXE% -ExecutionPolicy Bypass -File %UNLOCKPS%
|
%EXE% -ExecutionPolicy Bypass -File %UNLOCKPS%
|
||||||
|
if exist "C:\Scripts\wBase\HELP.bat" (
|
||||||
|
copy C:\Scripts\wBase\HELP.bat Z:\HELP.bat
|
||||||
|
)
|
||||||
) else (
|
) else (
|
||||||
if [%PRINTER%] == [1] (
|
if [%PRINTER%] == [1] (
|
||||||
echo "Installing Brother"
|
echo "Installing Brother"
|
||||||
|
|||||||
Reference in New Issue
Block a user