Post Reply 
Help with DOS batch file please
07-30-2014, 08:01 PM
Post: #5
RE: Help with DOS batch file please
...or you can simply use the included PowerShell. Put the following in the file renm.ps1:

Code:
Dir | Rename-Item –NewName { $_.name –replace ".FRED","" }

then start PowerShell or, at the command prompt:
Code:
powershell .\renm.ps1

Greetings,
    Massimo

-+×÷ ↔ left is right and right is wrong
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Help with DOS batch file please - Joe Horn - 07-30-2014, 06:13 PM
RE: Help with DOS batch file please - Massimo Gnerucci - 07-30-2014 08:01 PM



User(s) browsing this thread: 1 Guest(s)