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.

23 lines
1.1 KiB

  1. @echo off
  2. @echo Remove the Font Support diskette from the diskette drive.
  3. @echo The Control Panel International applet will be started now. Please
  4. @echo select the Country, Language and Keyboard which you would like to have
  5. @echo set as the system defaults. Once you have made the appropriate
  6. @echo selections, choose the "Close" button. Once the International applet
  7. @echo is closed, please close the Control Panel window for completion of
  8. @echo the Font Support installation.
  9. pause
  10. call %systemroot%\system32\control INTERNATIONAL
  11. pause
  12. call %systemroot%\system32\sublocal -userdef
  13. @echo Application fonts for the additional locales have been placed
  14. @echo in directories under %systemroot%\system\appfonts. You may install
  15. @echo these fonts using the Control Panel Fonts applet, choosing "Add"
  16. @echo and choosing the correct directory. The subdirectories are:
  17. @echo %systemroot\system\appfonts\Cyrillic
  18. @echo \TURKISH
  19. @echo \EasternEurope
  20. @echo The Font Support installation is now complete.
  21. @echo Please reboot at this time for the new locale to be activated.
  22. pause
  23. exit