@echo off set choice_get_p4=n set /p choice_get_p4=¢Ñ ÆÛÆ÷½º µ¥ÀÌÅ͸¦ »õ·Î ¹ÞÀ¸½Ã°Ú½À´Ï±î? (y,n)? if not '%choice_get_p4%'=='y' goto skip_get_p4 p4 sync //test_release/3.¾÷µ¥ÀÌÆ®¹öÀü/SUN_Client/Data/... :skip_get_p4 set choice_get=n set /p choice_get=¢Ñ ÆÛÆ÷½º µ¥ÀÌÅ͸¦ D:\Project\Client\_bin\Data ·Î °¡Á®¿À½Ã°Ú½À´Ï±î? (y,n)? if not '%choice_get%'=='y' goto skip_get xcopy D:\Perforce\test_release\3.¾÷µ¥ÀÌÆ®¹öÀü\SUN_Client\Data D:\Project\Client\_bin\Data /a /d /e /c /w /f /h /r /y :skip_get