Last active
February 24, 2018 23:17
-
-
Save pamaury/36b9c79b936abf300bfd203a295029ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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