Solve : Help with batch file which can copy, rename, edit?
Answer»
Hi, can ANYONE help me with this problem? I need script which can copy directories and rename them (e.g. C:\path\a123 to c:\path\b123). And one more thing. In this directories are files *.CFG which includes WORD "AKCEPT" and i need change this string to "INTEGR". Know SOMEONE how to? ThanxMaybe : copy c:\path\a123.txt c:\path\b123.txt ?