34 lines
940 B
Batchfile
34 lines
940 B
Batchfile
|
Rem
|
|||
|
Rem <20><><EFBFBD>[<5B>U<EFBFBD>[<5B>̃z<CC83>[<5B><> <20>f<EFBFBD>B<EFBFBD><42><EFBFBD>N<EFBFBD>g<EFBFBD><67><EFBFBD>ɃA<C983>v<EFBFBD><76><EFBFBD>P<EFBFBD>[<5B>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD>ŗL<C597>̃f<CC83>[<5B>^
|
|||
|
Rem <20>̃f<CC83>B<EFBFBD><42><EFBFBD>N<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD>쐬<EFBFBD><EC90AC><EFBFBD>܂<EFBFBD><DC82>B
|
|||
|
Rem
|
|||
|
|
|||
|
call TsMkUDir "%RootDrive%\#OFFUDIR#"
|
|||
|
call TsMkUDir "%RootDrive%\#OFFUDIR#\Template"
|
|||
|
call TsMkUDir "%RootDrive%\%MY_DOCUMENTS%"
|
|||
|
|
|||
|
Rem
|
|||
|
Rem <20>t<EFBFBD>H<EFBFBD>[<5B><> <20>f<EFBFBD>B<EFBFBD><42><EFBFBD>N<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD>R<EFBFBD>s<EFBFBD>[<5B><><EFBFBD><EFBFBD> Outlook <20><><EFBFBD><EFBFBD> Word <20><><EFBFBD>G<EFBFBD>f<EFBFBD>B<EFBFBD>^<5E>Ƃ<EFBFBD><C682>Ďg<C48E><67><EFBFBD><EFBFBD><EFBFBD>悤<EFBFBD>ɂ<EFBFBD><C982>܂<EFBFBD><DC82>B
|
|||
|
Rem
|
|||
|
|
|||
|
If Exist "%RootDrive%\Windows\Forms" Goto Skip2
|
|||
|
If Not Exist "%SystemRoot%\Forms" Goto Skip2
|
|||
|
Xcopy "%SystemRoot%\Forms" "%RootDrive%\Windows\Forms" /e /i >Nul: 2>&1
|
|||
|
:Skip2
|
|||
|
|
|||
|
Rem
|
|||
|
Rem Custom.dic <20>t<EFBFBD>@<40>C<EFBFBD><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>[<5B>U<EFBFBD>[<5B>̃f<CC83>B<EFBFBD><42><EFBFBD>N<EFBFBD>g<EFBFBD><67><EFBFBD>ɃR<C983>s<EFBFBD>[<5B><><EFBFBD>܂<EFBFBD><DC82>B
|
|||
|
Rem
|
|||
|
|
|||
|
if "#OFFUDIR#" == "Office95" goto O95
|
|||
|
If Exist "%RootDrive%\#OFFUDIR#\Custom.Dic" Goto Skip4
|
|||
|
If Not Exist "#INSTDIR#\Office\Custom.Dic" Goto Skip4
|
|||
|
Copy "#INSTDIR#\Office\Custom.Dic" "%RootDrive%\#OFFUDIR#\Custom.Dic" >Nul: 2>&1
|
|||
|
goto Skip4
|
|||
|
|
|||
|
:O95
|
|||
|
If Not Exist "%RootDrive%\Office95\Custom.dic" Copy Nul: "%RootDrive%\Office95\Custom.dic" > Nul: 2>&1
|
|||
|
|
|||
|
:Skip4
|
|||
|
|