About
Pricing
Community
Teams
Start Free Trial
Log in
xenium
asked on
12/3/2015
find replace in windows 10
hi,
i want to find replace a bunch of filenames, the following bat file doesn't work because the second line isn't processed after the first, how do i fix it?
powershell
Dir | Rename-Item –NewName { $_.name –replace “smp3“,”smp19” }
pause
thanks
Windows 10
Microsoft DOS
9
1
Last Comment
xenium
8/22/2022 - Mon