combine sas & info BATs, add noLog to megacli

This commit is contained in:
Jon Sands 2020-02-24 05:19:53 -05:00
parent ffad328883
commit 3ab606a985
4 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@ -1,2 +1,2 @@
@echo off
megacli.exe -adpallinfo -a0 > infodump.txt
megacli.exe -adpallinfo -a0 -NoLog > infodump.txt

View File

@ -1,2 +1,2 @@
@echo off
megacli.exe -adpallinfo -a0 | grep -E "(Chip|Product)"
megacli.exe -adpallinfo -a0 -NoLog | grep -E "(Chip|Product|SAS Address)"

View File

@ -1,2 +0,0 @@
@echo off
megacli.exe -adpallinfo -a0 | grep "SAS Address"