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.

32 lines
833 B

  1. Rem
  2. Rem �b�ϥΪ̥D�ؿ����إ����ε{�����w���ƪ��ؿ��C
  3. Rem
  4. call TsMkUDir "%RootDrive%\#OFFUDIR#"
  5. call TsMkUDir "%RootDrive%\#OFFUDIR#\Templates"
  6. call TsMkUDir "%RootDrive%\%MY_DOCUMENTS%"
  7. Rem
  8. Rem �ƻs�����ؿ��A�� Outlook �i�H�ϥ� Word �����s�边�C
  9. Rem
  10. If Exist "%RootDrive%\Windows\Forms" Goto Skip2
  11. If Not Exist "%SystemRoot%\Forms" Goto Skip2
  12. Xcopy "%SystemRoot%\Forms" "%RootDrive%\Windows\Forms" /e /i >Nul: 2>&1
  13. :Skip2
  14. Rem
  15. Rem �N Custom.dic �ɮ׽ƻs���ϥΪ̥ؿ��C
  16. Rem
  17. if "#OFFUDIR#" == "Office95" goto O95
  18. If Exist "%RootDrive%\#OFFUDIR#\Custom.Dic" Goto Skip4
  19. If Not Exist "#INSTDIR#\Office\Custom.Dic" Goto Skip4
  20. Copy "#INSTDIR#\Office\Custom.Dic" "%RootDrive%\#OFFUDIR#\Custom.Dic" >Nul: 2>&1
  21. goto Skip4
  22. :O95
  23. If Not Exist "%RootDrive%\Office95\Custom.dic" Copy Nul: "%RootDrive%\Office95\Custom.dic" > Nul: 2>&1
  24. :Skip4