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.

33 lines
1.7 KiB

  1. rem ===============================================================================================
  2. rem Filename: DcRen.bat
  3. rem Author: Pierre Jacomet
  4. rem Date: 2000-06-19
  5. rem Function:
  6. rem
  7. rem This File is used for renaming Whistler Server Files when creating
  8. rem the live Help File Image.
  9. rem This batch file is run by the Live Help File Image Creator COM Object on a temporary
  10. rem directory that it creates specifically for this purpose.
  11. rem The only thing that is checked is whether the file exists, as this file may not be
  12. rem in the VSS Source Depot.
  13. rem
  14. rem ===============================================================================================
  15. if Exist cluadmnD.hlp ren cluadmnD.hlp cluadmin.hlp
  16. if Exist clusterD.chm ren clusterD.chm cluster.chm
  17. if Exist cpanel_d.chq ren cpanel_d.chq cpanel.chq
  18. if Exist DC_glos.hlp ren DC_glos.hlp dc_glossary.hlp
  19. if Exist emaD.chm ren emaD.chm ema.chm
  20. if Exist glosD.chm ren glosD.chm glossary.chm
  21. if Exist gstartD.chm ren gstartD.chm gstart.chm
  22. if Exist mscsconD.chm ren mscsconD.chm mscsconcepts.chm
  23. if Exist mscsD.chm ren mscsD.chm mscs.chm
  24. if Exist ntartD.chm ren ntartD.chm ntart.chm
  25. if Exist ntdefD.chm ren ntdefD.chm ntdef.chm
  26. if Exist troubleD.chm ren troubleD.chm trouble.chm
  27. if Exist tshoot_d.chq ren tshoot_d.chq tshoot.chq
  28. if Exist tshtsv_d.chq ren tshtsv_d.chq TSLIC.chq
  29. if Exist windD.chm ren windD.chm windows.chm
  30. if Exist wind_D.chq ren wind_D.chq windows.chq
  31. if Exist wlbsD.chm ren wlbsD.chm wlbs.chm
  32. if Exist wlbsD.hlp ren wlbsD.hlp wlbs.hlp