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.
COPYING FILES WITHOUT CHANGING THEIR ATT
Name: Onder YILDIRIM Date: February 18, 2001 at 17:00:05 Pacific
Comment:
How Can I copy the files which are hidden or non-archives without changing their attributes ? I used xcopy but I can't save their attributes... ( And their long names Ex.: My Documents change to My Docu~1 )
Name: fred6008 Date: February 18, 2001 at 19:53:15 Pacific
Reply:
I don't think there is any way short of image file programs like GHOST. You can download DR-DOS 7.03 free. The xcopy in it will xcopy hidden and system files if the /h switch is used with it, but there is no xcopy I know of that will copy long file names. In Windows you have to use the Microsoft version and it will not xcopy hidden or system files. There is also a very nice archiving program called UPDATE that will copy whole drives in DOS preserving long filenames and attributes.
0
Response Number 2
Name: Jason Date: April 2, 2001 at 08:07:46 Pacific
Reply:
I believe using the xcopy command with the /K switch will save the file attributes when you copy.
Summary: Hi. How can I copy files from a volume V1 to another V2, without changing the Create Date of each file? Note that, in Windows, we can see 3 data about date, to any file (see file's properties): - Crea...
Summary: Hello, Miskva. > Guess it *IS* impossible to do > this without 3rd party tools ... It's not impossible. You've already seen a solution without 3rd party - that one from William Allen. However, as I've...
Summary: Yeah, probably 2.bat simply stores data to files without specifying their path, so the files are created on the current directory (which is not necessarily the batch file's directory). As Robbobob sai...