Computing.Net > Forums > Disk Operating System > Files smaller/incomplete after copy

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.

Files smaller/incomplete after copy

Reply to Message Icon

Name: Decile
Date: July 10, 2003 at 14:13:19 Pacific
OS: WinXP
CPU/Ram: AthalonXP1800+
Comment:

After using a FTPSDOS boot disk, I found a file I needed to copy (273kb) used the traditional MS-DOS method:

copy filename a:

And it appeared to copy successfully...
But when I opened the diskette in windows the file was only 2kb! Is there something I'm doing wrong here? Any and all advice would be greatly appreciated!



Sponsored Link
Ads by Google

Response Number 1
Name: SkipCox
Date: July 10, 2003 at 18:02:17 Pacific
Reply:

Try:

copy path\filename\extension a:\

For example

copy c:\dos\himem.exe a:\


0

Response Number 2
Name: Decile
Date: July 10, 2003 at 21:03:13 Pacific
Reply:

Thanks for the reply, I tried this but I'm still getting the same incomplete files...

Does anyone have any suggestions? I could really use the help!


0

Response Number 3
Name: Vigilant
Date: July 11, 2003 at 01:31:18 Pacific
Reply:

If it's a text file try copying it to the screen or to your printer just to see what happens. Otherwise if you have Basic try writing a small prog to read/write it to wherever. Never had a prob with MS-Copy. Good luck


0

Response Number 4
Name: JackG
Date: July 11, 2003 at 02:04:17 Pacific
Reply:

Try

COPY /B filename.ext A:\filename.ext /B

The /B for binary file will override any system defaults you may have set and copy the whole file. If you have somehow set a COPY system default of /A for ASCII text file copy, then COPY will end the copy when it hits the first End Of File (EOF=1Ah) character in the file.


0

Response Number 5
Name: Decile
Date: July 11, 2003 at 13:16:04 Pacific
Reply:

Thanks again for all the suggestions but I'm still not having any luck. The file I'm trying to copy is a SAM file (from xp/NT) and, unless I'm terribly mistaken, has no extension... is maybe where I'm running into trouble? All ideas would be greatly appreciated!


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Files smaller/incomplete after copy

Batch file programming www.computing.net/answers/dos/batch-file-programming/2460.html

Files disappear after copy www.computing.net/answers/dos/files-disappear-after-copy/7699.html

problem copying hidden file www.computing.net/answers/dos/problem-copying-hidden-file/4652.html