This repository was archived by the owner on Dec 10, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -276,26 +276,27 @@ exit /b
276276
277277:help
278278echo .
279- echo Usage: %~n0
280- echo /Mode:^ < Mode^ > ^ < Options^ >
279+ echo Usage:
280+ echo %~n0
281+ echo /Mode:^ < Mode^ > ^ < Options^ >
281282echo .
282- echo Available modes :
283+ echo Available modes :
283284echo .
284- echo 1 - Convert and decrypt ESD to an ISO with an Install.wim file
285- echo 2 - Convert and decrypt ESD to an ISO with an Install.esd file
285+ echo 1 - Convert and decrypt ESD to an ISO with an Install.wim file
286+ echo 2 - Convert and decrypt ESD to an ISO with an Install.esd file
286287echo .
287- echo Available options :
288+ echo Available options :
288289echo .
289- echo /File ^ < ESD^ > where ESD is the path to the ESD file to process (*)
290- echo /Key ^ < Key^ > where Key is the complete Cryptographic RSA key used to decrypt the ESD file
291- echo /Output ^ < Folder^ > where Folder is the folder which will contain the resulted ISO file (*)
290+ echo /File ^ < ESD^ > where ESD is the path to the ESD file to process (*)
291+ echo /Key ^ < Key^ > where Key is the complete Cryptographic RSA key used to decrypt the ESD file
292+ echo /Output ^ < Folder^ > where Folder is the folder which will contain the resulted ISO file (*)
292293echo .
293- echo Options marked with (*) are required
294+ echo Options marked with (*) are required
294295echo .
295- echo < ESD> < KEY>
296+ echo < ESD> < KEY>
296297echo .
297- echo where ESD is the path to the ESD file to process (*)
298- echo where Key is the complete Cryptographic RSA key used to decrypt the ESD file
298+ echo where ESD is the path to the ESD file to process (*)
299+ echo where Key is the complete Cryptographic RSA key used to decrypt the ESD file
299300echo .
300- echo Options marked with (*) are required
301+ echo Options marked with (*) are required
301302exit /b
You can’t perform that action at this time.
0 commit comments