Parameter Passed is Incorrect

G

Guest

Hi I have a Ms Access database on my system which I transferred to an USB
Flash drive to make sum changes at home. (Cut and Paste). Now after making
the changes I want to transfer the database back to the system. However
whenever I am trying to paste it on to my system I get the following Error :
Parameter Passed is Incorrect.
I am able to open the database and edit it through my pendrive but I am not
able to transfer it onto my PC.
Please help me as the data on the falsh drive is very critical and i cannot
afford to loose it
 
G

Guest

If pasting is failing, just use a command prompt to copy.

start/run, type:
CMD

At the prompt, log the folder that you want for a destination:
CD C:\MyFolder\MySubFolder

At that prompt (where Z: is the flash drive):
XCOPY Z:*.* /C /E /H
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top