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.

34 lines
871 B

  1. @echo off
  2. rem
  3. rem SetupPSS.cmd: This script creates the Remote control PSS (demo) channel
  4. rem under help center
  5. rem History:
  6. rem Steve Shih (steveshi) - created, 07/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 PSSChannelDir="%SystemRoot%\PCHealth\helpctr\vendors\CN=Microsoft Corporation,L=Redmond,S=Washington,C=US\rcPSSDemo"
  14. rem
  15. rem Create the Buddy Channel Directory
  16. rem
  17. mkdir %PSSChannelDir%
  18. rem
  19. rem Copy the Files
  20. rem
  21. copy %SrcDir%\psschannel\client\UI\*.htm %PSSChannelDir%
  22. copy %SrcDir%\psschannel\client\UI\*.gif %PSSChannelDir%
  23. copy %SrcDir%\psschannel\client\UI\*.bmp %PSSChannelDir%
  24. rem copy %SrcDir%\filexfer\UI\*.htm %PSSChannelDir%
  25. rem
  26. rem Copy the config file
  27. copy %SrcDir%\psschannel\*.xml %SystemRoot%\PCHealth\helpctr\config