copy HELP to root of various drives
This commit is contained in:
@ -13,7 +13,8 @@ ping -n 7 -i 7 192.8.1.1
|
|||||||
call %TMESSAGE% '"...STARTED base %check_computername% "'
|
call %TMESSAGE% '"...STARTED base %check_computername% "'
|
||||||
|
|
||||||
if exist "C:\Scripts\wBase\HELP.bat" (
|
if exist "C:\Scripts\wBase\HELP.bat" (
|
||||||
copy C:\Scripts\wBase\HELP.bat c:\HELP.bat
|
copy C:\Scripts\wBase\HELP.bat C:\HELP.bat
|
||||||
|
copy C:\Scripts\wBase\HELP.bat F:\HELP.bat
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "FINISHED: %~n0"
|
echo "FINISHED: %~n0"
|
||||||
Reference in New Issue
Block a user