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.

36 lines
1.0 KiB

  1. w@echo off
  2. rem
  3. rem SetupBuddy.cmd: This script creates the Remote control Buddy channel
  4. rem under help center
  5. rem History:
  6. rem Rajesh Soy (nsoy) - created, 06/28/2000
  7. rem
  8. rem
  9. rem Set the Expert Channel Directory
  10. rem
  11. REM set SrcDir="\\pchealth\public\rc\proto"
  12. set SrcDir="%SDXROOT%\admin\pchealth\helpctr\rc"
  13. set BuddyChannelDir="%SystemRoot%\PCHealth\helpctr\vendors\CN=Microsoft Corporation,L=Redmond,S=Washington,C=US\rcBuddy"
  14. set SysDir="%SystemRoot%\PCHealth\helpctr\system"
  15. rem
  16. rem Create the Buddy Channel Directory
  17. rem
  18. mkdir %BuddyChannelDir%
  19. rem
  20. rem Copy the Files
  21. rem
  22. copy %SrcDir%\bdychannel\UI\*.htm %BuddyChannelDir%
  23. copy %SrcDir%\bdychannel\UI\*.gif %BuddyChannelDir%
  24. copy %SrcDir%\bdychannel\UI\*.bmp %BuddyChannelDir%
  25. copy %SrcDir%\bdychannel\UI\*.css %BuddyChannelDir%
  26. copy %SrcDir%\bdychannel\UI\RcRequest.htm %SysDir%
  27. copy %SrcDir%\newrctool\chatserver.htm %BuddyChannelDir%
  28. copy %SrcDir%\newrctool\*.gif %BuddyChannelDir%
  29. copy %SrcDir%\newrctool\*.css %BuddyChannelDir%