Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a shortcut on the desktop with a command line switch

Status
Not open for further replies.

sedrisco

Programmer
Oct 25, 2001
12
US
I'm pretty new at this, but I want to create a program for distribution that will create a shortcut to MS Access on the desktop, and I want to include in the target a command line switch to force it to use a specific workgroup. I have come across some examples of code that use API calls to create the shortcut and that part works fine. Does anyone know how I can include the switch for the workgroup info? Or add it to an existing shortcut? Basically I need to add " /wrkgrp "c:\permissions.mdw" " to the end of the Target line in the shortcut I am creating.

Any help would be much appreciated! Thanks!
 
You might try thread711-157797. I believe you could incorporate the command line parameters.
VCA.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top