benniesanders
Programmer
Hello there, I have the following shortcut that I'm supposed to turn into a batch file, but it's not recognizing the /wrkgrp command. Here's what I have:
In a regular shortcut
this works fine. What am I missing for the batch file or can it even be done? many thanks for any thoughts.
Code:
start "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "c:\db.mdb" /WRKGRP "c:\secured.mdw"
In a regular shortcut
Code:
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "c:\db.mdb" /WRKGRP "c:\secured.mdw"