windows-nt/Source/XPSP1/NT/termsrv/admtools/appcmpt/cht/olk98usr.cmd

33 lines
833 B
Batchfile
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
Rem
Rem <20>b<EFBFBD>ϥΪ̥D<CCA5>ؿ<EFBFBD><D8BF><EFBFBD><EFBFBD>إ<EFBFBD><D8A5><EFBFBD><EFBFBD>ε{<7B><><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77><EFBFBD>ƪ<EFBFBD><C6AA>ؿ<EFBFBD><D8BF>C
Rem
call TsMkUDir "%RootDrive%\#OFFUDIR#"
call TsMkUDir "%RootDrive%\#OFFUDIR#\Templates"
call TsMkUDir "%RootDrive%\%MY_DOCUMENTS%"
Rem
Rem <20>ƻs<C6BB><73><EFBFBD><EFBFBD><EFBFBD>ؿ<EFBFBD><D8BF>A<EFBFBD><41> Outlook <20>i<EFBFBD>H<EFBFBD>ϥ<EFBFBD> Word <20><><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><EFBFBD>C
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 <20>N Custom.dic <20>ɮ׽ƻs<C6BB><73><EFBFBD>ϥΪ̥ؿ<CCA5><D8BF>C
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