Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ::afl41
  2.  
  3. f:
  4. cd \anp_backup\04
  5.  
  6. if not exist aflf01.001.zip goto nozip
  7.  
  8. del afl01.002.zip
  9. ren afl01.001.zip afl01.002.zip
  10.  
  11. :nozip
  12.  
  13. ren afl01.zip afl01.001.zip
  14.  
  15.  
  16. pacomp -a -r -p afl01.zip N:\anp\afl41\bu_cstmis_hu\*.*
  17.  
  18. ::b2kft
  19. f:
  20. cd \anp_backup\04
  21.  
  22. if not exist b2kft.001.zip goto nozip
  23.  
  24. del b2kft.002.zip
  25. ren b2kft.001.zip b2kft.002.zip
  26.  
  27. :nozip
  28.  
  29. ren b2kft.zip b2kft.001.zip
  30.  
  31.  
  32. pacomp -a -r -p b2kft.zip N:\anp\b2kft\bu_cstmis_hu\*.*
  33.  
  34. ::inf41
  35. f:
  36. cd \anp_backup\04
  37.  
  38. if not exist inf41.001.zip goto nozip
  39.  
  40. del inf41.002.zip
  41. ren inf41.001.zip inf41.002.zip
  42.  
  43. :nozip
  44.  
  45. ren inf41.zip inf41.001.zip
  46.  
  47.  
  48. pacomp -a -r -p inf41.zip N:\anp\inf41\bu_cstmis_hu\*.*
  49.  
  50. ::metal
  51. f:
  52. cd \anp_backup\04
  53.  
  54. if not exist metal.001.zip goto nozip
  55.  
  56. del metal.002.zip
  57. ren metal.001.zip metal.002.zip
  58.  
  59. :nozip
  60.  
  61. ren metal.zip metal.001.zip
  62.  
  63.  
  64. pacomp -a -r -p metal.zip N:\anp\metal\bu_cstmis_hu\*.*
  65.  
  66. ::rtech
  67. f:
  68. cd \anp_backup\04
  69.  
  70. if not exist rtech.001.zip goto nozip
  71.  
  72. del rtech.002.zip
  73. ren rtech.001.zip rtech.002.zip
  74.  
  75. :nozip
  76.  
  77. ren rtech.zip rtech.001.zip
  78.  
  79.  
  80. pacomp -a -r -p rtech.zip N:\anp\rtech\bu_cstmis_hu\*.*
  81.  
  82. ::veas
  83. f:
  84. cd \anp_backup\04
  85.  
  86. if not exist veas.001.zip goto nozip
  87.  
  88. del veas.002.zip
  89. ren veas.001.zip veas.002.zip
  90.  
  91. :nozip
  92.  
  93. ren veas.zip veas.001.zip
  94.  
  95.  
  96. pacomp -a -r -p veas.zip N:\anp\veas\bu_cstmis_hu\*.*
  97.  
  98.  
  99. ::vth
  100. f:
  101. cd \anp_backup\04
  102.  
  103. if not exist vth.001.zip goto nozip
  104.  
  105. del vth.002.zip
  106. ren vth.001.zip vth.002.zip
  107.  
  108. :nozip
  109.  
  110. ren vth.zip vth.001.zip
  111.  
  112.  
  113. pacomp -a -r -p vth.zip N:\anp\vth\bu_cstmis_hu\*.*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement