home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / xfld085s.zip / 049_de / inf.049 / ren083.cmd < prev    next >
OS/2 REXX Batch file  |  1998-12-14  |  4KB  |  89 lines

  1. REM This will rename lots of HTML source files for the
  2. REM XFolder Online Reference and update the links in the
  3. REM HTML sources also.
  4. REM For this to work, /helpers/strrpl.exe must be on your PATH.
  5.  
  6. @echo off
  7.  
  8. REM This command is for deleting all .LONGNAME EAs. If you
  9. REM don't have my CommandPak utilities, you can delete this
  10. REM line. But make sure the .LONGNAMEs are delete in some
  11. REM other way, or the WPS might still display the old filenames.
  12. call xren.cmd -dL *
  13.  
  14. del 065configure.html
  15.  
  16. ren config_2menu.html menu_3config.html
  17. ren config_2wpprogram.html menu_4wpprogram.html
  18. ren config_3order.html menu_5order.html
  19. ren config_61statusbars.html fldr_32statusbars.html
  20. ren config_6settings.html sys_2global.html
  21. ren config_7settings.html fldr_7settings.html
  22. ren config_8sounds.html 064intro_sounds.html
  23.  
  24. ren intro_10menu.html menu_1default.html
  25. ren intro_21template.html menu_2template.html
  26. ren intro_22favorite.html menu_6favorite.html
  27. ren intro_23sort.html fldr_38sort.html
  28. ren intro_24selectsome.html menu_7selectsome.html
  29. ren intro_25snaptogrid.html menu_8snaptogrid.html
  30. ren intro_26copyfilename.html menu_91copyfilename.html
  31. ren intro_3icon.html fldr_1icon.html
  32. ren intro_4fullpath.html fldr_2fullpath.html
  33. ren intro_4statusbars.html fldr_31statusbars.html
  34. ren intro_4treeviews.html fldr_4treeviews.html
  35. ren intro_4xelerators.html fldr_5xelerators.html
  36. ren intro_5quickopen.html fldr_5quickopen.html
  37.  
  38. ren intro_6restartwps.html xsd_1restartwps.html
  39. ren intro_6xshutdown.html xsd_2xshutdown.html
  40. ren intro_7folders.html xsd_3folders.html
  41. ren intro_8cmdline.html xsd_4cmdline.html
  42.  
  43. ren intro_900system.html sys_1intro.html
  44. ren intro_911wpsclasses.html sys_4wpsclasses.html
  45. ren intro_921kernel1.html sys_5scheduler.html
  46. ren intro_922kernel2.html sys_6memory.html
  47. ren intro_923kernel3.html sys_7filesys.html
  48.  
  49. strrpl *.html config_2menu.html menu_3config.html
  50. strrpl *.html config_2wpprogram.html menu_4wpprogram.html
  51. strrpl *.html config_3order.html menu_5order.html
  52. strrpl *.html config_61statusbars.html fldr_32statusbars.html
  53. strrpl *.html config_6settings.html sys_2global.html
  54. strrpl *.html config_7settings.html fldr_7settings.html
  55. strrpl *.html config_8sounds.html 064intro_sounds.html
  56.  
  57. strrpl *.html intro_10menu.html menu_1default.html
  58. strrpl *.html intro_21template.html menu_2template.html
  59. strrpl *.html intro_22favorite.html menu_6favorite.html
  60. strrpl *.html intro_23sort.html fldr_38sort.html
  61. strrpl *.html intro_24selectsome.html menu_7selectsome.html
  62. strrpl *.html intro_25snaptogrid.html menu_8snaptogrid.html
  63. strrpl *.html intro_26copyfilename.html menu_91copyfilename.html
  64. strrpl *.html intro_3icon.html fldr_1icon.html
  65. strrpl *.html intro_4fullpath.html fldr_2fullpath.html
  66. strrpl *.html intro_4statusbars.html fldr_31statusbars.html
  67. strrpl *.html intro_4treeviews.html fldr_4treeviews.html
  68. strrpl *.html intro_4xelerators.html fldr_5xelerators.html
  69. strrpl *.html intro_5quickopen.html fldr_5quickopen.html
  70.  
  71. strrpl *.html intro_6restartwps.html xsd_1restartwps.html
  72. strrpl *.html intro_6xshutdown.html xsd_2xshutdown.html
  73. strrpl *.html intro_7folders.html xsd_3folders.html
  74. strrpl *.html intro_8cmdline.html xsd_4cmdline.html
  75.  
  76. strrpl *.html intro_900system.html sys_1intro.html
  77. strrpl *.html intro_911wpsclasses.html sys_4wpsclasses.html
  78. strrpl *.html intro_921kernel1.html sys_5scheduler.html
  79. strrpl *.html intro_922kernel2.html sys_6memory.html
  80. strrpl *.html intro_923kernel3.html sys_7filesys.html
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.