Saved Bookmarks
| 1. |
Solve : I used "MOVE" wrong... help!? |
|
Answer» I used a batch file to move files from LOCAL to another, but forgot to create the folder that they were going into. Now they are all in one file... can i save those files? please tell me i can!!I don't see it was possible, and i was eager to know if it was possible.... I used a batch file to move files from local to another What do you mean, local drive to another local drive If you can access the files then you can copy/move/delete/save them. Please read this.. move C:\test\*.* c:\test2 so the files (a lot of files) END up to become test2 (one file only); that is what i UNDERSTAND from the text, am i right? I would prefer to use copy and del the original file after succesfully copying, unless you have space constraints on your hard drive I tried it. Quote C:\>move C:\test\*.* C:\test2 There must have only been one file in c:\test |
|