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.

35 lines
956 B

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