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.

39 lines
1.1 KiB

  1. @Echo Off
  2. Rem
  3. Rem ���̃X�N���v�g�ɂ��� Microsoft Internet Explorer 3.x ��
  4. Rem �C���X�g�[�����X�V���āA�L���b�V�� �f�B���N�g���A����
  5. Rem �f�B���N�g���Acookies�t�@�C���̃p�X�����[�U�[�̃z�[��
  6. Rem �f�B���N�g���֕ύX���܂��B
  7. Rem
  8. Rem #########################################################################
  9. Rem
  10. Rem %RootDrive% ���\�������āA���̃X�N���v�g�p�ɐݒ肳���Ă��邩
  11. Rem �m�F���܂��B
  12. Rem
  13. Call "%SystemRoot%\Application Compatibility Scripts\ChkRoot.Cmd"
  14. If "%_CHKROOT%" == "FAIL" Goto Done
  15. Rem #########################################################################
  16. Rem ���݁A�C���X�g�[�� ���[�h�łȂ��ꍇ�A�C���X�g�[�� ���[�h�ɕύX���܂��B
  17. Set __OrigMode=Install
  18. ChgUsr /query > Nul:
  19. if Not ErrorLevel 101 Goto Begin
  20. Set __OrigMode=Exec
  21. Change User /Install > Nul:
  22. :Begin
  23. ..\acsr "#ROOTDRIVE#" "%RootDrive%" Template\msie30.Key msie30.Key
  24. regini msie30.key > Nul:
  25. Rem ���̃��[�h�����s���[�h�������ꍇ�A���s���[�h�ɖ߂��܂��B
  26. If "%__OrigMode%" == "Exec" Change User /Execute > Nul:
  27. Set __OrigMode=
  28. Echo Microsoft Internet Explorer 3.x �̃}���`���[�U�[ �A�v���P�[�V�����‹��ݒ肪�������܂����B
  29. Pause
  30. :Done