DOS Rename Question - TechRepublic
Question
June 30, 2010 at 02:43 PM
jhallstrom

DOS Rename Question

by jhallstrom . Updated 16 years ago

I am trying to create a batch file that renames a file and moves it.

When I use the rename function – it does the following

shippingConfirmation.txt

rename shippingConfirmation* shipped*

Result:

shippedgConfirmation.txt

How do I change this so I get:

Shipped.txt

Thanks

This discussion is locked

All Comments