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
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!
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!
Summary: Sorry Its the 3rd time that my message is incomplete after sent. If it doesn't work, Email-me As simple as : 1- Create a Text File named YES.TXT (Ex.) 2- In That File Put only one char a "Y" at the...
Summary: Can anybody help: Situation: 1. I have 2 drives in my machine. Drive C and D in one drive and E and another drive 2. All my Data are stored in D drive This works in good condition for almost one ye...