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.

29 lines
1.4 KiB

  1. rem ===============================================================================================
  2. rem Filename: AdvRen.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 cluadmnE.hlp ren cluadmnE.hlp cluadmin.hlp
  16. if Exist clusterE.chm ren clusterE.chm cluster.chm
  17. if Exist cpanel_e.chq ren cpanel_e.chq cpanel.chq
  18. if Exist emaE.chm ren emaE.chm ema.chm
  19. if Exist gstartE.chm ren gstartE.chm gstart.chm
  20. if Exist mscsconE.chm ren mscsconE.chm mscsconcepts.chm
  21. if Exist mscsE.chm ren mscsE.chm mscs.chm
  22. if Exist ntdefE.chm ren ntdefE.chm ntdef.chm
  23. if Exist tshoot_e.chq ren tshoot_e.chq tshoot.chq
  24. if Exist tshtsv_e.chq ren tshtsv_e.chq TSLIC.chq
  25. if Exist windE.chm ren windE.chm windows.chm
  26. if Exist wind_E.chq ren wind_E.chq windows.chq
  27. if Exist wlbsE.chm ren wlbsE.chm wlbs.chm
  28. if Exist wlbsE.hlp ren wlbsE.hlp wlbs.hlp