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.

33 lines
897 B

  1. Rem
  2. Rem �b�ϥΪ̥D�ؿ����إ����ε{�����w���ƪ��ؿ��C
  3. Rem
  4. call TsMkUDir "%RootDrive%\Office97"
  5. call TsMkUDir "%RootDrive%\Office97\Startup"
  6. call TsMkUDir "%RootDrive%\Office97\Templates"
  7. call TsMkUDir "%RootDrive%\%MY_DOCUMENTS%"
  8. Rem
  9. Rem �N�U�C�ɮױq�Ҧ��ϥΪ̽d�����ƻs���ثe�ϥΪ̽d���Ҧb���m�C
  10. Rem
  11. If Not Exist "%UserProfile%\%TEMPLATES%\WINWORD8.DOC" copy "%ALLUSERSPROFILE%\%TEMPLATES%\WINWORD8.DOC" "%UserProfile%\%Templates%\" /Y >Nul: 2>&1
  12. Rem
  13. Rem �N ARTGALRY.CAG �ƻs���ϥΪ� windows �ؿ��C
  14. Rem
  15. If Exist "%RootDrive%\Windows\ArtGalry.Cag" Goto Skip1
  16. Copy "%SystemRoot%\ArtGalry.Cag" "%RootDrive%\Windows\ArtGalry.Cag" >Nul: 2>&1
  17. :Skip1
  18. Rem
  19. Rem �N Custom.dic �ɮ׽ƻs���ϥΪ̥ؿ��C
  20. Rem
  21. If Exist "%RootDrive%\Office97\Custom.Dic" Goto Skip2
  22. If Not Exist "#INSTDIR#\Office\Custom.Dic" Goto Skip2
  23. Copy "#INSTDIR#\Office\Custom.Dic" "%RootDrive%\Office97\Custom.Dic" >Nul: 2>&1
  24. :Skip2