Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 8583

change specific file extension using powershell

$
0
0

Hi PowerShell experts,

 

I have a list of file in the my folder:

 

example

aa.txt

ab.txt

ac.txt

ad.txt

Now i want to change only 2 file extension:

 

ab.txt

ac.txt

 

to ab.htm & ac.htm

 

How do I choose specific file in a directory to change the extension


Viewing all articles
Browse latest Browse all 8583

Trending Articles