G
Guest
I am launching a multi-user Access application, and post any new changes to
the front-end file to a shared network location. To ensure that everyone is
using the current version, I would like to use the logon script to copy any
new files to each user's local hard drive, using the following:
xcopy K:\BF\Data\*.mdb J:\Data /d /v /y /q
Unfortunately, although I've double-checked the syntax, it doesn't work. Is
it possible that xcopy wasn't loaded when my PC was setup, and if so, how can
I add this element?
Thank you.
Sprinks
the front-end file to a shared network location. To ensure that everyone is
using the current version, I would like to use the logon script to copy any
new files to each user's local hard drive, using the following:
xcopy K:\BF\Data\*.mdb J:\Data /d /v /y /q
Unfortunately, although I've double-checked the syntax, it doesn't work. Is
it possible that xcopy wasn't loaded when my PC was setup, and if so, how can
I add this element?
Thank you.
Sprinks