Leaked source code of windows server 2003
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.

84 lines
2.2 KiB

  1. @echo off
  2. Rem #########################################################################
  3. Rem
  4. Rem Atok11.cmd �����s�����Ă��Ȃ��ꍇ�͏����𒆒f���܂��B
  5. Rem
  6. If Not Exist Atk11Usr.Reg Goto Done
  7. Rem #########################################################################
  8. Rem
  9. Rem ATOK 11 �̃C���X�g�[�������Ă����p�X���擾���܂��B
  10. Rem
  11. ..\ACRegL %Temp%\atok11.Cmd ATOK11INS "HKLM\SOFTWARE\Justsystem\Common\SETUP\Folder" "Atok11" ""
  12. If Not ErrorLevel 1 Goto Cont0
  13. Echo.
  14. Echo ���W�X�g������ ATOK 11 �̃C���X�g�[�������Ă����p�X���擾�ł��܂����ł����B
  15. Echo ATOK 11 ���C���X�g�[�������Ă��邱�Ƃ��m�F���Ă��������B
  16. Echo.
  17. Pause
  18. Goto Done
  19. :Cont0
  20. Call %Temp%\atok11.Cmd
  21. Del %Temp%\atok11.Cmd > Nul: 2>&1
  22. Rem #########################################################################
  23. Rem
  24. Rem ATOK 11 ���}���`���[�U�[�Ŏg�p�ł����悤��
  25. Rem ���W�X�g�����ύX���܂��B
  26. Rem
  27. Dir "%RootDrive%\JUST\JSLIB32" > Nul: 2>&1
  28. If Not ErrorLevel 1 Goto Cont1
  29. regedit /s atk11usr.Reg
  30. :Cont1
  31. Rem #########################################################################
  32. Rem
  33. Rem ATOK 11 �̃f�[�^�p�̃f�B���N�g�������[�U�[�̃z�[�� �f�B���N�g��
  34. Rem �ɍ쐬���܂��B
  35. Rem
  36. call TsMkUDir "%RootDrive%\JUST"
  37. call TsMkUDir "%RootDrive%\JUST\ATOK11"
  38. call TsMkUDir "%RootDrive%\JUST\JSLIB32"
  39. Rem #########################################################################
  40. Rem
  41. Rem �t�@�C�������[�U�[�̃z�[�� �f�B���N�g���ɃR�s�[���܂��B
  42. Rem
  43. call :atk11copy ATKBNG98.STY
  44. call :atk11copy ATKBNGDP.STY
  45. call :atk11copy ATKMSIME.STY
  46. call :atk11copy ATKOAK.STY
  47. call :atk11copy ATKOAKV.STY
  48. call :atk11copy ATKVJE.STY
  49. call :atk11copy ATKWX3.STY
  50. call :atk11copy ATKWXG.STY
  51. call :atk11copy ATOK11.STY
  52. call :atk11copy ATOK11N.STY
  53. call :atk11copy ATOK11P.STY
  54. call :atk11copy ATOK11PV.INI
  55. call :atk11copy ATOK11U1.DIC
  56. call :atk11copy ATOK11U2.DIC
  57. call :atk11copy ATOK11U3.DIC
  58. call :atk11copy ATOK11U4.DIC
  59. call :atk11copy ATOK11U5.DIC
  60. goto :Done
  61. :atk11copy
  62. Rem #########################################################################
  63. Rem
  64. Rem �t�@�C�������[�U�[�̃z�[�� �f�B���N�g���ɃR�s�[���܂��B
  65. Rem
  66. If Not Exist "%RootDrive%\JUST\ATOK11\%1" copy "%ATOK11INS%\%1" "%RootDrive%\JUST\ATOK11\%1"
  67. :Done