Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
Fixed help on non Threshold systems
Browse files Browse the repository at this point in the history
Why are you using an obselete os ? Seriously.
  • Loading branch information
gus33000 committed Apr 26, 2015
1 parent 417a34a commit 38513bb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions decrypt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -377,20 +377,24 @@ echo 2 - Convert and decrypt ESD to an ISO with an Install.esd file
echo.
echo Available options :
echo.
echo /File ^<ESD^> where ESD is the path to the ESD file to process (*)
echo /Key ^<Key^> where Key is the complete Cryptographic RSA key used to decrypt the ESD file
echo /Output ^<Folder^> where Folder is the folder which will contain the resulted ISO file (*)
echo /File ^<ESD^> where ESD is the path to the ESD file to process (*)
echo /Key ^<Key^> where Key is the complete Cryptographic RSA key used
echo to decrypt the ESD file
echo /Output ^<Folder^> where Folder is the folder which will contain
echo the resulted ISO file (*)
echo.
echo Options marked with (*) are required
echo.
echo ^<ESD^> ^<KEY^>
echo.
echo where ESD is the path to the ESD file to process (*)
echo where Key is the complete Cryptographic RSA key used to decrypt the ESD file
echo where Key is the complete Cryptographic RSA key used to decrypt the
echo ESD file
echo.
echo Options marked with (*) are required
echo.
echo Aditional Stuff :
echo.
echo Place this switch at the beginning of each commands to not check for updates : /noupdate
echo Place this switch at the beginning of each commands to not check for
echo updates : /noupdate
exit /b

0 comments on commit 38513bb

Please sign in to comment.