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.

34 lines
920 B

  1. Rem
  2. Rem ���û�����Ŀ¼��ΪӦ�ó�����������
  3. Rem ����Ŀ¼��
  4. Rem
  5. call TsMkUDir "%RootDrive%\Office97"
  6. call TsMkUDir "%RootDrive%\Office97\Startup"
  7. call TsMkUDir "%RootDrive%\Office97\Templates"
  8. call TsMkUDir "%RootDrive%\%MY_DOCUMENTS%"
  9. Rem
  10. Rem �������ļ��������û�ģ�帴�Ƶ���ǰ�û�ģ��λ��
  11. Rem
  12. If Not Exist "%UserProfile%\%TEMPLATES%\WINWORD8.DOC" copy "%ALLUSERSPROFILE%\%TEMPLATES%\WINWORD8.DOC" "%UserProfile%\%Templates%\" /Y >Nul: 2>&1
  13. Rem
  14. Rem �� ARTGALRY.CAG ���Ƶ��û��� Windows Ŀ¼
  15. Rem
  16. If Exist "%RootDrive%\Windows\ArtGalry.Cag" Goto Skip1
  17. Copy "%SystemRoot%\ArtGalry.Cag" "%RootDrive%\Windows\ArtGalry.Cag" >Nul: 2>&1
  18. :Skip1
  19. Rem
  20. Rem �� Custom.dic �ļ����Ƶ��û���Ŀ¼
  21. Rem
  22. If Exist "%RootDrive%\Office97\Custom.Dic" Goto Skip2
  23. If Not Exist "#INSTDIR#\Office\Custom.Dic" Goto Skip2
  24. Copy "#INSTDIR#\Office\Custom.Dic" "%RootDrive%\Office97\Custom.Dic" >Nul: 2>&1
  25. :Skip2