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

Commit 702799e

Browse files
committed
Fix 1
1 parent 35ac8f4 commit 702799e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

decrypt.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ for /f "tokens=2 delims==" %%f in ('set ESD[') do (
307307
call :IsValid "%%f"
308308
)
309309
Echo [Info] Getting Informations from the provided ESD File...
310-
call :GETESDINFO !ESD! !Scheme!
310+
call :GETESDINFO "!ESD!" !Scheme!
311311
Echo [Info] The ISO will be saved with the following specifications :
312312
Echo.
313313
Echo [Info] Filename: !DVDISO!
@@ -362,7 +362,6 @@ for /l %%n in (1 1 %counter%) do (
362362
)
363363
)
364364
call :progress 80
365-
Echo.
366365
echo [Info] Creating ISO file...
367366
reg copy "HKCU\Control Panel\International" "HKCU\Control Panel\International-Temp" /f >nul
368367
reg add "HKCU\Control Panel\International" /v sShortDate /d "yyyy-MM-dd" /f >nul

0 commit comments

Comments
 (0)