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.

107 lines
5.8 KiB

  1. rem ===============================================================================================
  2. rem Filename: ServerRen.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 adcon.chm ren adcon.chm ADconcepts.chm
  16. if Exist atmcon.chm ren atmcon.chm atmconcepts.chm
  17. if Exist certmgrS.chm ren certmgrS.chm certmgr.chm
  18. if Exist cmconS.chm ren cmconS.chm Cmconcepts.chm
  19. if Exist compmgtS.chm ren compmgtS.chm compmgmt.chm
  20. if Exist cpanel_s.chq ren cpanel_s.chq cpanel.chq
  21. if Exist cscon.chm ren cscon.chm csconcepts.chm
  22. if Exist defragS.chm ren defragS.chm defrag.chm
  23. if Exist devmgrS.chm ren devmgrS.chm devmgr.chm
  24. if Exist dfcon.chm ren dfcon.chm DFconcepts.chm
  25. if Exist dhcpcon.chm ren dhcpcon.chm dhcpconcepts.chm
  26. if Exist diskcon.chm ren diskcon.chm diskconcepts.chm
  27. if Exist diskmgtS.chm ren diskmgtS.chm diskmgmt.chm
  28. if Exist dkcon.chm ren dkcon.chm DKconcepts.chm
  29. if Exist dnscon.chm ren dnscon.chm dnsconcepts.chm
  30. if Exist drvpropS.chm ren drvpropS.chm drvprop.chm
  31. if Exist dskquoS.chm ren dskquoS.chm dskquoui.chm
  32. if Exist elsS.chm ren elsS.chm els.chm
  33. if Exist Evcon.chm ren Evcon.chm evconcepts.chm
  34. if Exist Faultcon.chm ren Faultcon.chm FAULTconcepts.chm
  35. if Exist faxmgtS.chm ren faxmgtS.chm faxmgmt.chm
  36. if Exist filesvrS.chm ren filesvrS.chm file_srv.chm
  37. if Exist glosS.chm ren glosS.chm glossary.chm
  38. if Exist srv_glos.hlp ren srv_glos.hlp glossary.hlp
  39. if Exist gpeditS.chm ren gpeditS.chm grpedit.chm
  40. if Exist gstartS.chm ren gstartS.chm gstart.chm
  41. if Exist infrareS.chm ren infrareS.chm infrared.chm
  42. if Exist intellim.chm ren intellim.chm Intellimirror.chm
  43. if Exist ipseconS.chm ren ipseconS.chm ipsecconcepts.chm
  44. if Exist ipsesnpS.chm ren ipsesnpS.chm ipsecsnp.chm
  45. if Exist isS.chm ren isS.chm is.chm
  46. if Exist isconS.chm ren isconS.chm isconcepts.chm
  47. if Exist licecon.chm ren licecon.chm liceconcepts.chm
  48. if Exist locsecS.chm ren locsecS.chm localsec.chm
  49. if Exist Lscon.chm ren Lscon.chm LSconcepts.chm
  50. if Exist mmcS.chm ren mmcS.chm mmc.chm
  51. if Exist mmccon.chm ren mmccon.chm MMCConcepts.chm
  52. if Exist modeS.chm ren modeS.chm mode.chm
  53. if Exist mpconS.chm ren mpconS.chm MPconcepts.chm
  54. if Exist msinf32S.chm ren msinf32S.chm msinfo32.chm
  55. if Exist msmqS.chm ren msmqS.chm msmq.chm
  56. if Exist msmqconS.chm ren msmqconS.chm msmqconcepts.chm
  57. if Exist mstaskS.chm ren mstaskS.chm mstask.chm
  58. if Exist netcfgS.chm ren netcfgS.chm netcfg.chm
  59. if Exist netmncon.chm ren netmncon.chm netmnconcepts.chm
  60. if Exist ntartS.chm ren ntartS.chm ntart.chm
  61. if Exist ntbckupS.chm ren ntbckupS.chm ntbackup.chm
  62. if Exist ntdefS.chm ren ntdefS.chm ntdef.chm
  63. if Exist nwcon.chm ren nwcon.chm nwconcepts.chm
  64. if Exist offlfdrS.chm ren offlfdrS.chm offlinefolders.chm
  65. if Exist printS.chm ren printS.chm printing.chm
  66. if Exist procctrl.chm ren procctrl.chm proccon.chm
  67. if Exist qoscon.chm ren qoscon.chm qosconcepts.chm
  68. if Exist regcon.chm ren regcon.chm REGconcepts.chm
  69. if Exist reged32S.chm ren reged32S.chm regedt32.chm
  70. if Exist regeditS.chm ren regeditS.chm regedit.chm
  71. if Exist RIScon.chm ren RIScon.chm RISconcepts.chm
  72. if Exist RRAScon.chm ren RRAScon.chm rrasconcepts.chm
  73. if Exist rsmS.chm ren rsmS.chm rsm.chm
  74. if Exist RSMconS.chm ren rsmconS.chm RSMconcepts.chm
  75. if Exist RSScon.chm ren RSScon.chm rssconcepts.chm
  76. if Exist scS.chm ren scS.chm sc.chm
  77. if Exist sceS.chm ren sceS.chm sce.chm
  78. if Exist sceconS.chm ren sceconS.chm SCEconcepts.chm
  79. if Exist scmS.chm ren scmS.chm scm.chm
  80. if Exist scmconS.chm ren scmconS.chm SCMconcepts.chm
  81. if Exist secon.chm ren secon.chm SEconcepts.chm
  82. if Exist secsconS.chm ren secsconS.chm secsetconcepts.chm
  83. if Exist secsetS.chm ren secsetS.chm secsettings.chm
  84. if Exist sendmsgS.chm ren sendmsgS.chm sendcmsg.chm
  85. if Exist sfmcon.chm ren sfmcon.chm sfmconcepts.chm
  86. if Exist smlgcfgS.chm ren smlgcfgS.chm smlogcfg.chm
  87. if Exist snmpcon.chm ren snmpcon.chm snmpconcepts.chm
  88. if Exist spconS.chm ren spconS.chm SPconcepts.chm
  89. if Exist syssvrS.chm ren syssvrS.chm sys_srv.chm
  90. if Exist sysmonS.chm ren sysmonS.chm sysmon.chm
  91. if Exist syspropS.chm ren syspropS.chm sysprop.chm
  92. if Exist tapicon.chm ren tapicon.chm tapiconcepts.chm
  93. if Exist tcpipS.chm ren tcpipS.chm tcpip.chm
  94. if Exist tcpipcon.chm ren tcpipcon.chm tcpipconcepts.chm
  95. if Exist telnetS.chm ren telnetS.chm telnet.chm
  96. if Exist troubleS.chm ren troubleS.chm trouble.chm
  97. if Exist tshoot_s.chq ren tshoot_s.chq tshoot.chq
  98. if Exist trbscon.chm ren trbscon.chm tshootconcepts.chm
  99. if Exist tshtsv_s.chq ren tshtsv_s.chq tshootsv.chq
  100. if Exist tslic_el.chm ren tslic_el.chm TSLIC.chm
  101. if Exist Upcon.chm ren Upcon.chm UPconcepts.chm
  102. if Exist VPNcon.chm ren VPNcon.chm VPNconcepts.chm
  103. if Exist windS.chm ren windS.chm windows.chm
  104. if Exist wind_S.chq ren wind_S.chq windows.chq
  105. if Exist winscon.chm ren winscon.chm winsconcepts.chm