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