Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Copy one file to another
Name: Lyle Jr. Date: December 14, 2000 at 13:43:21 Pacific
Comment:
Hey everyone,
Could anyone tell me how I can delete a file, use that file name and copy it to another?
This may be simple to alot of you, but this is the first time that I am writing batch scripts.
Name: DoOMsdAY Date: December 14, 2000 at 14:09:24 Pacific
Reply:
Hmmm...do you know the names of any of the files you are going to be dealing with at the start? Or is this more dynamic than that?
0
Response Number 2
Name: ¤¤¥¤Ö Date: December 14, 2000 at 15:36:54 Pacific
Reply:
del filea ren fileb filea
0
Response Number 3
Name: name Date: December 15, 2000 at 16:41:40 Pacific
Reply:
Or, if you want to "play is safe" in case you do something bad, copy the files you THINK you want to delete into a folder (directory) at least temporarily, and then, what he said above. "delete" the files you want to delete, the "rename" the files you want to those (or whatever) names you want
Summary: can anyone show me how to copy files from one workstation to another using dos. I already know how to do it with copy and paste. But I forgot how to do it in dos. Please use sample pc1 and pc2 thanx ...
Summary: A beautiful tool for copying one drive to another is Lcopy by Ortwin Glueck. It can be found by a Google search and will copy long filenames and will run from a floppy. ...