Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
3.4 KiB

  1. @echo off
  2. Rem #########################################################################
  3. Rem
  4. Rem �b�ϥΪ̥D�ؿ����إߦs�����ε{�����w
  5. Rem ���ƪ��ؿ��C
  6. Rem
  7. call TsMkUDir "%RootDrive%\Office95"
  8. Rem #########################################################################
  9. Rem �ˬd�O�_�o�ӫ��O�ɬO�b Alpha �W�����C�p�G�O�A�N�]�w�A�����@�Τu���C
  10. rem
  11. rem
  12. Set __SharedTools=Shared Tools
  13. If Not "%PROCESSOR_ARCHITECTURE%"=="ALPHA" goto acsrCont1
  14. If Not Exist "%ProgramFiles(x86)%" goto acsrCont1
  15. Set __SharedTools=Shared Tools (x86)
  16. :acsrCont1
  17. Rem #########################################################################
  18. Rem
  19. Rem �b�ϥΪ̥ؿ����إ� Custom.dic �ɮסC
  20. Rem
  21. If Not Exist "%RootDrive%\Office95\Custom.Dic" Copy Nul: "%RootDrive%\Office95\Custom.Dic" >Nul: 2>&1
  22. Rem #########################################################################
  23. REM
  24. REM ���o�ؿ��W�٤θ��|�C
  25. REM
  26. ..\ACRegL "%Temp%\Proj95_1.Cmd" DictPath "HKLM\Software\Microsoft\%__SharedTools%\Proofing Tools\Spelling\1033\Normal" "Dictionary" "StripChar\1"
  27. If ErrorLevel 1 Goto Done
  28. Call %Temp%\Proj95_1.Cmd
  29. Del %Temp%\Proj95_1.Cmd >Nul: 2>&1
  30. ..\ACRegL "%Temp%\Proj95_3.Cmd" DictName "HKLM\Software\Microsoft\%__SharedTools%\Proofing Tools\Spelling\1033\Normal" "Dictionary" "StripPath"
  31. If ErrorLevel 1 Goto Done
  32. Call %Temp%\Proj95_3.Cmd
  33. Del %Temp%\Proj95_3.Cmd >Nul: 2>&1
  34. Rem #########################################################################
  35. REM
  36. REM �p�G���|���n���]�w�ܧ��í��]�A
  37. REM �ӥB�S�w�˨��L�� MS Office ���γn�骺�ܡA
  38. REM �o�i���|�o�͡C
  39. If "%DictPath%"=="%RootDrive%\Office95" Goto GetDictionary
  40. ..\ACRegL "%Temp%\Proj95_2.Cmd" Dictionary "HKLM\Software\Microsoft\%__SharedTools%\Proofing Tools\Spelling\1033\Normal" "Dictionary" ""
  41. If ErrorLevel 1 Goto Done
  42. Call %Temp%\Proj95_2.Cmd
  43. Del %Temp%\Proj95_2.Cmd >Nul: 2>&1
  44. REM �������ӨϥΪ̦P�ɨϥγo�ӵ{���X�C
  45. REM �o�|�����ϥΪ� A �b�ϥΪ� B ���� DictPath ��
  46. REM �ܧ󥦡C
  47. ..\ACRegL "%Temp%\Proj95_7.Cmd" OrigDictPath "HKLM\Software\Microsoft\%__SharedTools%\Proofing Tools\Spelling\1033\Normal" "Dictionary" "StripChar\1"
  48. If ErrorLevel 1 Goto Done
  49. Call %Temp%\Proj95_7.Cmd
  50. Del %Temp%\Proj95_7.Cmd >Nul: 2>&1
  51. if "%OrigDictPath%"=="%RootDrive%\Office95" Goto GetDictionary
  52. ..\acsr "#DICTNAME#" "%DictName%" Template\prj95Usr.key %Temp%\Proj95_4.tmp
  53. ..\acsr "#ROOTDRIVE#" "%RootDrive%" %Temp%\Proj95_4.tmp %Temp%\Proj95_5.tmp
  54. ..\acsr "#DICTIONARY#" "%Dictionary%" %Temp%\Proj95_5.tmp %Temp%\Proj95_6.tmp
  55. ..\acsr "#__SharedTools#" "%__SharedTools%" %Temp%\Proj95_6.tmp %Temp%\Prj95Usr.Key
  56. Rem �ܧ��n�����X�A�N���|���V�ϥΪ̩ҫ��w���ؿ��C
  57. regini %Temp%\prj95Usr.key > Nul:
  58. Del %Temp%\Proj95_4.tmp >Nul: 2>&1
  59. Del %Temp%\Proj95_5.tmp >Nul: 2>&1
  60. Del %Temp%\Proj95_6.tmp >Nul: 2>&1
  61. Del %Temp%\prj95Usr.key >Nul: 2>&1
  62. goto CopyDictionary
  63. Rem #########################################################################
  64. REM
  65. REM �p�G�ؿ����g�å��ܧ��A�N�q�n��������
  66. REM ���l�W�٤θ��|�C
  67. REM
  68. :GetDictionary
  69. ..\ACRegL "%Temp%\Proj95_6.Cmd" Dictionary "HKLM\Software\Microsoft\%__SharedTools%\Proofing Tools\Spelling\1033\Normal" "OrigDictionary" ""
  70. If ErrorLevel 1 Goto SpellError
  71. Call %Temp%\Proj95_6.Cmd
  72. Del %Temp%\Proj95_6.Cmd >Nul: 2>&1
  73. Rem #########################################################################
  74. REM
  75. REM �N�ؿ��ƻs���ϥΪ̥ؿ��C
  76. REM
  77. :CopyDictionary
  78. If Exist "%RootDrive%\Office95\%DictName%" goto Cont1
  79. If Not Exist "%Dictionary%" goto Cont1
  80. Copy "%Dictionary%" "%RootDrive%\Office95\%DictName%" >Nul: 2>&1
  81. :Cont1
  82. :Done