|
|
#1 |
|
Junior Member
Join Date: Jun 2007
Posts: 1
|
Shortcut creation
How can I create a shortcut like this one :
"C:\Program Files\Microsoft Office\OFFICE1\MSACCESS.EXE" "$INSTDIR\DB.mde" /WRKGRP "$INSTDIR\Sec.mdw"? I only manage to create something like this, assuming I install in Program Files\Prog : "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE C\Program Files\Prog\DB.mde WRKGRP C\Program Files\Prog\Sec.mdw" No ':' after C, no " between arguments, no '/' before WRKGRP :/ I can't seem to make it work... Thanks ! EDIT : With the script I manage to create a shortcut like this :code: "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "C:\Program Files\Prog\DB.mde" but the last part (/WRKGRP ...) is completely lost... Last edited by Hydex; 20th June 2007 at 07:52. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
What is /WRKGRP?
Is it a parameter for MSACCESS? Stu |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|