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.

60 lines
1.4 KiB

  1. @echo off
  2. Rem #########################################################################
  3. Rem
  4. Rem ���[�U�[�̃z�[�� �f�B���N�g���ɃA�v���P�[�V�����ŗL�̃f�[�^
  5. Rem �̃f�B���N�g�����쐬���܂��B
  6. Rem
  7. call TsMkUDir "%RootDrive%\Office97"
  8. call TsMkUDir "%RootDrive%\Office97\Template"
  9. call TsMkUDir "%RootDrive%\%MY_DOCUMENTS%"
  10. Rem #########################################################################
  11. Rem
  12. Rem Custom.dic �t�@�C�������[�U�[�̃f�B���N�g���ɃR�s�[���܂��B
  13. Rem
  14. If Exist "%RootDrive%\Office97\Custom.Dic" Goto Skip1
  15. If Not Exist "#INSTDIR#\Custom.Dic" Goto Skip1
  16. Copy "#INSTDIR#\Custom.Dic" "%RootDrive%\Office97\Custom.Dic" >Nul: 2>&1
  17. :Skip1
  18. Rem #########################################################################
  19. Rem
  20. Rem �e���v���[�g�����[�U�[�̃e���v���[�g�̈��ɃR�s�[���܂��B
  21. Rem
  22. If Exist "%RootDrive%\Office97\Template\Microsoft Project" Goto Skip2
  23. If Not Exist "#INSTDIR#\..\Templates\Microsoft Project" Goto Skip2
  24. xcopy "#INSTDIR#\..\Templates\Microsoft Project" "%RootDrive%\Office97\Template\Microsoft Project" /E /I >Nul: 2>&1
  25. :Skip2
  26. if Exist "%RootDrive%\Office97\Template\Microsoft Project Web" Goto Skip3
  27. if Not Exist "#INSTDIR#\..\Templates\Microsoft Project Web" Goto Skip3
  28. xcopy "#INSTDIR#\..\Templates\Microsoft Project Web" "%RootDrive%\Office97\Template\Microsoft Project Web" /E /I >Nul: 2>&1
  29. :Skip3