Rem Rem »ç¿ëÀÚ È¨ µð·ºÅ͸®¿¡ ÀÀ¿ë ÇÁ·Î±×·¥ °íÀ¯ÀÇ µ¥ÀÌÅ͸¦ À§ÇÑ Rem µð·ºÅ͸®¸¦ ¸¸µì´Ï´Ù. Rem call TsMkUDir "%RootDrive%\Office97" call TsMkUDir "%RootDrive%\Office97\Templates" call TsMkUDir "%RootDrive%\%MY_DOCUMENTS%" call TsMkUDir "%RootDrive%\Office97\XLStart" Rem Rem ¸ðµç »ç¿ëÀÚ ÅÛÇø´¿¡¼­ ÇöÀç »ç¿ëÀÚ ÅÛÇø´ À§Ä¡·Î ÀÌ ÆÄÀÏÀ» º¹»çÇÕ´Ï´Ù. Rem If Not Exist "%UserProfile%\%TEMPLATES%\EXCEL8.XLS" copy "%ALLUSERSPROFILE%\%TEMPLATES%\EXCEL8.XLS" "%UserProfile%\%TEMPLATES%\" /Y >Nul: 2>&1 Rem Rem ARTGALRY.CAGÀ» »ç¿ëÀÚÀÇ Windows µð·ºÅ͸®·Î º¹»çÇÕ´Ï´Ù. Rem If Exist "%RootDrive%\Windows\ArtGalry.Cag" Goto Skip1 If Not Exist "%SystemRoot%\ArtGalry.Cag" Goto Skip1 copy "%SystemRoot%\ArtGalry.Cag" "%RootDrive%\Windows\ArtGalry.Cag" >Nul: 2>&1 :Skip1 Rem Rem Custom.dic ÆÄÀÏÀ» »ç¿ëÀÚ µð·ºÅ͸®·Î º¹»çÇÕ´Ï´Ù. Rem If Exist "%RootDrive%\Office97\Custom.Dic" Goto Skip2 If Not Exist "#INSTDIR#\Office\Custom.Dic" Goto Skip2 copy "#INSTDIR#\Office\Custom.Dic" "%RootDrive%\Office97\Custom.Dic" >Nul: 2>&1 :Skip2