@echo off
cd\
net use b: /d /y
net use b: "\\172.24.93.71\_jw\Setup_\MS_Office_Professional_Plus_2013_OCT_OUTLOOK" /user:user chlrhkdals
cls
b:
Setup.exe
set /p choice= 프로그램 설치가 완료 되었습니까? 예(Y) / 아니오(N) :
if "%choice%" == "y" goto :Y
if "%choice%" == "Y" goto :Y
if "%choice%" == "n" goto :N
if "%choice%" == "N" goto :N
exit
:Y
net use b: /d /y
net use * /d
exit
:N
net use b: /d /y
net use * /d
echo.
echo 검정색 창을 닫으시고, http://172.24.93.71 다시 접속 바랍니다.
echo.
echo 창을 선택하고 키보드 Enter 누릅니다.
echo.
pause
exit