Once in the RC, execute these commands:
Set AllowWildCards = TRUE
Set AllowAllPaths = TRUE
Set AllowRemovableMedia = TRUE
Set NoCopyPrompt = TRUE
(Note the spaces before and after the equals sign.)
PS. You can copy all those Set commands to a text file and put them on a floppy. Say you named it Set.txt. Then from the RC, you type:
batch A:\set.txt
and all the variables will be set without having to type them.
Then, create a directory on the destination drive.
copy <My Documents path>\*.* <New Directory path>\*.*
(I should note that Help and Support says that the RC copy command does not support wildcards. I have not tried it after setting the variable.)
---------------------------------------------------------------
Read-only access to the NTFS drive from a DOS floppy is also an option (so long as you copy to a FAT32 partition):
http://www.sysinternals.com/ntw2k/freeware/ntfsdos.shtml
Set AllowWildCards = TRUE
Set AllowAllPaths = TRUE
Set AllowRemovableMedia = TRUE
Set NoCopyPrompt = TRUE
(Note the spaces before and after the equals sign.)
PS. You can copy all those Set commands to a text file and put them on a floppy. Say you named it Set.txt. Then from the RC, you type:
batch A:\set.txt
and all the variables will be set without having to type them.
Then, create a directory on the destination drive.
copy <My Documents path>\*.* <New Directory path>\*.*
(I should note that Help and Support says that the RC copy command does not support wildcards. I have not tried it after setting the variable.)
---------------------------------------------------------------
Read-only access to the NTFS drive from a DOS floppy is also an option (so long as you copy to a FAT32 partition):
http://www.sysinternals.com/ntw2k/freeware/ntfsdos.shtml