Advertisement
Guest User

sh.bat

a guest
Jul 12th, 2010
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @echo off
  2. echo "Stopping the given device..."
  3. SET DEST=%1
  4. unlocker /S %DEST%
  5. sdparm --command=sync %DEST%
  6. sdparm --command=stop %DEST%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement