ホストURLを指定できるように
This commit is contained in:
parent
20b46e8c40
commit
83ef0bbd07
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@ if %ERRORLEVEL% == 0 (
|
|||
if %ERRORLEVEL% == 1 (
|
||||
echo ショートカットの作成でエラーが発生しました。
|
||||
)
|
||||
|
||||
set /P pc_number=PC番号を入力
|
||||
set /P onetime=ワンタイムパスワードを入力
|
||||
start %dir%dislocker_client.exe setup %pc_number% %onetime%
|
||||
set /P host_url=ホストURLを入力 (必要な場合のみ)
|
||||
|
||||
start %dir%dislocker_client.exe setup %pc_number% %onetime% %host_url%
|
||||
|
||||
pause
|
Loading…
Reference in a new issue