Go Back   Velocity Reviews > Newsgroups > Computer Support
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Support - cd transfer Cannot copy file. The parameter is incorrect.

 
Thread Tools Search this Thread
Old 04-01-2005, 05:49 PM   #1
Default cd transfer Cannot copy file. The parameter is incorrect.


I copied a directory from my old computer onto CD. Not I am trying to
copy those files to my new computer. Some transfer just fine.

Some say: Cannot copy file. The parameter is incorrect.

Some say Invalid MS-DOS function.

Please tell me about transferring files from one system to another via
CDs.


mailbox24@gmail.com
  Reply With Quote
Old 04-01-2005, 06:18 PM   #2
Evan Platt
 
Posts: n/a
Default Re: cd transfer Cannot copy file. The parameter is incorrect.
On Fri, 01 Apr 2005 16:49:54 GMT, wrote:

>I copied a directory from my old computer onto CD. Not I am trying to
>copy those files to my new computer. Some transfer just fine.
>
>Some say: Cannot copy file. The parameter is incorrect.
>
>Some say Invalid MS-DOS function.
>
>Please tell me about transferring files from one system to another via
>CDs.


I think there's a link here that's posted every so often about asking
GOOD questions that include details - like how was the original CD
burned, what media, what O/S are you trying to copy to, etc.
--
To reply, remove TheObvious from my e-mail address.


Evan Platt
  Reply With Quote
Old 04-01-2005, 06:24 PM   #3
mailbox24@gmail.com
 
Posts: n/a
Default Re: cd transfer Cannot copy file. The parameter is incorrect.
On Fri, 01 Apr 2005 09:18:23 -0800,
Evan Platt <evan@*******************************> wrote:

>On Fri, 01 Apr 2005 16:49:54 GMT, wrote:
>
>>I copied a directory from my old computer onto CD. Not I am trying to
>>copy those files to my new computer. Some transfer just fine.
>>
>>Some say: Cannot copy file. The parameter is incorrect.
>>
>>Some say Invalid MS-DOS function.
>>
>>Please tell me about transferring files from one system to another via
>>CDs.

>
>I think there's a link here that's posted every so often about asking
>GOOD questions that include details - like how was the original CD
>burned, what media, what O/S are you trying to copy to, etc.


I burned a Memorex CD-RW on my Me system. All the files look good on
the CD. Now I am trying to copy them to my XP system. Many transfer
just fine. Some do not.




mailbox24@gmail.com
  Reply With Quote
Old 04-04-2005, 12:55 AM   #4
Keme
 
Posts: n/a
Default Re: cd transfer Cannot copy file. The parameter is incorrect.
wrote:
> I burned a Memorex CD-RW on my Me system. All the files look good on
> the CD. Now I am trying to copy them to my XP system. Many transfer
> just fine. Some do not.
>
>

Some pitfalls to avoid:
Path too long...
This should not be a problem in Windows, but still it seems to be
sometimes. When the full path length on the CD (from the drive letter
through folder levels and including the file name) approaches 120
characters, I have experienced problems with several Windows versions
(-95, NT4, XP). This is not consistent though. Sometimes it works and
sometimes not.
* To remedy, try to limit the length of folder and file names, and don't
nest them too deeply. If you no longer have access to the original
source, try mounting a folder containing the inaccessible files to a new
drive letter, and access the files through this "virtual drive".

Illegal characters ...
In my experience, Windows versions are quite inconsistent in the
handling of "special characters". I.e. one special character encoded in,
say, Windows NT4, might be a quite different character decoded in, say,
Windows 2000. I've observed incompatibilities in the encoding scheme all
the way from MSDOS. Specifically:
MSDOS-6 to Win3.1
Win3.1 to Win95
Win95 to Win98 (!)
Win98 to Win2000
WinNT to WinXP
All my installations have been basic Norwegian language versions,
accepting default selections for encoding/decoding schemes (such as
character set and keyboard).
* To remedy, use only letters from the english alphabet, numbers and
underscore in file and folder names. Avoid national characters, comma,
hyphen, percent sign, etc. To be on the safe side, even avoid spaces.
(use underscore for all delimiting characters).

Multisession discs ...
Did you burn all your files in one pass? Some CD players have trouble
reading some multisession CDs. Particularly if ...
- the same file or folder names are reused, in which case files should
be overwritten and folders should be merged.
- the CD is not "closed" (still open for a new burning session).

The above is based on personal experience. Note that I haven't verified
that these pitfalls were actually the reasons for my problems, but the
indicated remedies did coincide with a problem solved.


Keme
  Reply With Quote
Old 04-04-2005, 12:05 PM   #5
mailbox24@gmail.com
 
Posts: n/a
Default Re: cd transfer Cannot copy file. The parameter is incorrect.
This helps. Thank you.

On Mon, 04 Apr 2005 01:55:29 +0200,
Keme <> wrote:

> wrote:
>> I burned a Memorex CD-RW on my Me system. All the files look good on
>> the CD. Now I am trying to copy them to my XP system. Many transfer
>> just fine. Some do not.
>>
>>

>Some pitfalls to avoid:
>Path too long...
>This should not be a problem in Windows, but still it seems to be
>sometimes. When the full path length on the CD (from the drive letter
>through folder levels and including the file name) approaches 120
>characters, I have experienced problems with several Windows versions
>(-95, NT4, XP). This is not consistent though. Sometimes it works and
>sometimes not.
>* To remedy, try to limit the length of folder and file names, and don't
>nest them too deeply. If you no longer have access to the original
>source, try mounting a folder containing the inaccessible files to a new
>drive letter, and access the files through this "virtual drive".
>
>Illegal characters ...
>In my experience, Windows versions are quite inconsistent in the
>handling of "special characters". I.e. one special character encoded in,
>say, Windows NT4, might be a quite different character decoded in, say,
>Windows 2000. I've observed incompatibilities in the encoding scheme all
>the way from MSDOS. Specifically:
>MSDOS-6 to Win3.1
>Win3.1 to Win95
>Win95 to Win98 (!)
>Win98 to Win2000
>WinNT to WinXP
>All my installations have been basic Norwegian language versions,
>accepting default selections for encoding/decoding schemes (such as
>character set and keyboard).
>* To remedy, use only letters from the english alphabet, numbers and
>underscore in file and folder names. Avoid national characters, comma,
>hyphen, percent sign, etc. To be on the safe side, even avoid spaces.
>(use underscore for all delimiting characters).
>
>Multisession discs ...
>Did you burn all your files in one pass? Some CD players have trouble
>reading some multisession CDs. Particularly if ...
>- the same file or folder names are reused, in which case files should
>be overwritten and folders should be merged.
>- the CD is not "closed" (still open for a new burning session).
>
>The above is based on personal experience. Note that I haven't verified
>that these pitfalls were actually the reasons for my problems, but the
>indicated remedies did coincide with a problem solved.




mailbox24@gmail.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: Physical sythesis tool PALAC is not supported by Formal Verification tool Conf bbiandov Software 0 12-22-2008 05:25 AM
Classic Original Broadcasts Trading List - Updated ( w/o/c ) porkys1982@sbcglobal.net DVD Video 0 12-05-2005 03:38 AM
Classic Original Broadcasts Trading List - Updated ( w/o/c ) porkys1982@sbcglobal.net DVD Video 0 11-19-2005 04:46 PM
Re: Ripping DVDs. Please answer the attached question. - Question.txt Stan Brown DVD Video 19 02-09-2005 11:19 PM
Burn process failed - help! Log file posted for help troubleshooting Michael Mason DVD Video 1 08-16-2004 09:24 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46