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.
xcopy file size limit?
Name: sndmn67 Date: April 5, 2005 at 12:56:42 Pacific OS: WIN2K CPU/Ram: P4 / 1GB
Comment:
Does anyone know of a file size limit using xcopy? I have a file that is 600mb I am wanting to xcopy to a folder then put it into a zip...
Summary: I downloaded the most recent definition files for FProt, but the file has become large enough that even the zipped file is 1.6MB. My DOS computer is not connected to the net yet, so I have to transfer...
Summary: This should do it, elmoso: for %%F in (C:\DOCUME~1\ALLUSE~1\DESKTOP\3Melk.log) do echo %%~zF bytes It will display the file size in bytes. You may do this to display it in KB: for %%F in (C:\DOCUME~1\...