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.

82 lines
2.2 KiB

  1. @echo off
  2. Rem #########################################################################
  3. Rem
  4. Rem ATOK 12 �̃C���X�g�[�������Ă����p�X���擾���܂��B
  5. Rem
  6. ..\ACRegL %Temp%\atok12.Cmd ATOK12INS "HKLM\SOFTWARE\Justsystem\Common\SETUP\Folder" "Atok12" ""
  7. If Not ErrorLevel 1 Goto Cont0
  8. Echo.
  9. Echo ���W�X�g������ ATOK 12 �̃C���X�g�[�������Ă����p�X���擾�ł��܂����ł����B
  10. Echo ATOK 12 ���C���X�g�[�������Ă��邱�Ƃ��m�F���Ă��������B
  11. Echo.
  12. Pause
  13. Goto Done
  14. :Cont0
  15. Call %Temp%\atok12.Cmd
  16. Del %Temp%\atok12.Cmd > Nul: 2>&1
  17. Rem #########################################################################
  18. Rem
  19. Rem ATOK 12 ���}���`���[�U�[�Ŏg�p�ł����悤��
  20. Rem ���W�X�g�����ύX���܂��B
  21. Rem
  22. If Exist "%RootDrive%\JUST" Goto Cont1
  23. regedit /s atk12usr2.Reg
  24. regedit /s atk12usr.Reg
  25. :Cont1
  26. Rem #########################################################################
  27. Rem
  28. Rem ATOK 12 �̃f�[�^�p�̃f�B���N�g�������[�U�[�̃z�[�� �f�B���N�g��
  29. Rem �ɍ쐬���܂��B
  30. Rem
  31. call TsMkUDir "%RootDrive%\JUST"
  32. call TsMkUDir "%RootDrive%\JUST\ATOK12"
  33. call TsMkUDir "%RootDrive%\JUST\JSLIB32"
  34. call TsMkUDir "%RootDrive%\JUST\JSLIB32\USER"
  35. Rem #########################################################################
  36. Rem
  37. Rem �t�@�C�������[�U�[�̃z�[�� �f�B���N�g���ɃR�s�[���܂��B
  38. Rem
  39. call :atk12copy ATKBNG98.STY
  40. call :atk12copy ATKBNGDP.STY
  41. call :atk12copy ATKMROMA.STY
  42. call :atk12copy ATKMSIME.STY
  43. call :atk12copy ATKOAK.STY
  44. call :atk12copy ATKOAKV.STY
  45. call :atk12copy ATKVJE.STY
  46. call :atk12copy ATKWX3.STY
  47. call :atk12copy ATKWXG.STY
  48. call :atk12copy ATOK12.STY
  49. call :atk12copy ATOK12IT.INI
  50. call :atk12copy ATOK12N.STY
  51. call :atk12copy ATOK12P.STY
  52. call :atk12copy ATOK12U1.DIC
  53. call :atk12copy ATOK12U2.DIC
  54. call :atk12copy ATOK12U3.DIC
  55. call :atk12copy ATOK12U4.DIC
  56. call :atk12copy ATOK12U5.DIC
  57. call :atk12copy ATOKRH.BIN
  58. if not Exist "%RootDrive%\JUST\ATOK12\ATOK12W.INI" copy "%RootDrive%\JUST\ATOK12\ATOK12IT.INI" "%RootDrive%\JUST\ATOK12\ATOK12W.INI"
  59. goto :Done
  60. :atk12copy
  61. Rem #########################################################################
  62. Rem
  63. Rem �t�@�C�������[�U�[�̃z�[�� �f�B���N�g���ɃR�s�[���܂��B
  64. Rem
  65. If Not Exist "%RootDrive%\JUST\ATOK12\%1" copy "%ATOK12INS%\%1" "%RootDrive%\JUST\ATOK12\%1"
  66. :Done