Skip to content

Instantly share code, notes, and snippets.

@pamaury
Last active February 24, 2018 23:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pamaury/36b9c79b936abf300bfd203a295029ca to your computer and use it in GitHub Desktop.
@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