Search found 3 matches

by Lorider
30 Apr 2012 11:28
Forum: DOS Batch Forum
Topic: Copy/Rename
Replies: 3
Views: 3404

Re: Copy/Rename

Thank you I found the error. first off it was having trouble becuse the first time i ran it it just renamed the file and overwrote it. but deleted the original. so dat1 became dat2 and there was no dat1 after finishing. i changed move = copy and now it works. I appreciate the help. And I will contiu...
by Lorider
30 Apr 2012 11:23
Forum: DOS Batch Forum
Topic: Copy/Rename
Replies: 3
Views: 3404

Re: Copy/Rename

Ty. i will test in a second. I am having a lil trouble on another side as I am working from a server and not directly form the computer. I am moving the folder im working in form the server to the computer to see if thats my issue. Again I appreciate the help. After moving from the server. I am stil...
by Lorider
30 Apr 2012 11:01
Forum: DOS Batch Forum
Topic: Copy/Rename
Replies: 3
Views: 3404

Copy/Rename

Im looking for a way to copy 1 file chnage the name and place it in the same location. So I.E. i have dat1.dat I want to copy it at dat2.dat, but if there is already a dat2.dat i want to delete dat2.dat and replace. i have yet to find a useful command to do that. I also want to be able to reverse it...