Hello, wasn't really sure where to post this...
I've recently secured an Access database and now it's down to the IT boss to distribute a new shortcut to the users' desktops, which he intends to do by modifying a line in the login script
Previously the script worked because the database wasn't secure, and so the shortcut only consisted of a path to the single mdb file. Now it is secure, and the shortcut needs to look like this:
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "T:\TimeSystem\TS.mdb" /WRKGRP "T:\TimeSystem\Secured.mdw"
I guess the copy command fails because of the multiple quotes, it is expecting 2 arguments but thinks its getting 4 or more
He's really struggling, and is sat opposite me right now cursing and muttering under his moustache. He's clearly too proud to ask anyone, so I thought I'd do it for him
Please, can someone show me how his Copy command line should read and let me have a quiet life again
I've recently secured an Access database and now it's down to the IT boss to distribute a new shortcut to the users' desktops, which he intends to do by modifying a line in the login script
Previously the script worked because the database wasn't secure, and so the shortcut only consisted of a path to the single mdb file. Now it is secure, and the shortcut needs to look like this:
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "T:\TimeSystem\TS.mdb" /WRKGRP "T:\TimeSystem\Secured.mdw"
I guess the copy command fails because of the multiple quotes, it is expecting 2 arguments but thinks its getting 4 or more
He's really struggling, and is sat opposite me right now cursing and muttering under his moustache. He's clearly too proud to ask anyone, so I thought I'd do it for him
Please, can someone show me how his Copy command line should read and let me have a quiet life again