Bat File
-
I need some help regarding a bat file. I require a bat file doing the followings: Copy file from 1 folder to another Rename file after copying - add a prefix at the beginning of the filename
You have picked the wrong forum for this question. This forum is for free tools. Try asking in quick answers.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
I need some help regarding a bat file. I require a bat file doing the followings: Copy file from 1 folder to another Rename file after copying - add a prefix at the beginning of the filename
Look at the COPY or XCOPY command; and the REN command in the List of DOS commands[^]. Arrange them one after the other in a text file, rename that file as test.bat, and run it. This should work.