I’m seeking the DOS syntax to copy a access database from lets say Z:\Data\Test.mdb to C:\Temp
How can I do this?
many thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TIP:
When you’re not sure what command to use in DOS, bring up a command prompt and type
help. Also, if you see a command you want to know more about, you can type the command followed by /? and you’ll get the help for it. For example, typingcopy /?will show you the usage.