G
Guest
I am trying to copy an Ms Access yadayada.mdb file to the "My Documents"
folder of a user and cannot get this to execute:
copy W:\yadayada.mdb C:\Documents and Settings\Owner\My Documents\Access
Files\yadayada.mdb
I suspected that maybe the file path was an issue so I tried:
Copy W:\yadayada.mdb C:\yadayada.mdb and it works.
I tried short names:
copy W:\yadayada.mdb C:\Docume~1\Owner\My_Doc~1\Access~1\yadayada.mdb
and it fails as well.
What am I doing wrong?
Len
folder of a user and cannot get this to execute:
copy W:\yadayada.mdb C:\Documents and Settings\Owner\My Documents\Access
Files\yadayada.mdb
I suspected that maybe the file path was an issue so I tried:
Copy W:\yadayada.mdb C:\yadayada.mdb and it works.
I tried short names:
copy W:\yadayada.mdb C:\Docume~1\Owner\My_Doc~1\Access~1\yadayada.mdb
and it fails as well.
What am I doing wrong?
Len