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.

20 lines
380 B

  1. @echo off
  2. echo copying down minimum install for PowerPoint
  3. set GP_SERVER=\\gdipteam\office\%1
  4. copy %GP_SERVER%\powerpnt.exe .
  5. copy %GP_SERVER%\mso9d.dll .
  6. if /i "%2"=="nopdb" goto nopdb
  7. copy %GP_SERVER%\powerpnt.pdb .
  8. copy %GP_SERVER%\mso9d*.pdb .
  9. :nopdb
  10. md 1033
  11. copy %GP_SERVER%\1033\mso9intld.* 1033
  12. copy %GP_SERVER%\1033\ppintl.* 1033
  13. set GP_SERVER=