@echo off | |
set /p device= "Enter device drive (typically E: or F:) " | |
echo Device is %device% | |
set ofile= sonynwz_result.txt | |
scsitool-nwz-v19 %device% help_us > %ofile% | |
scsitool-nwz-v19 %device% get_dhp > %ofile% | |
scsitool-nwz-v19 %device% get_dnk_nvp_multi kas shp sps fmp pcd mid ctr fpi fur fvi ins lyr nvr prk rbt she sku ums ups clv pwd clg fni rnd mac >> %ofile% | |
echo Result has been written to %ofile% | |
set /p DUMMY= Hit ENTER to exit... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment