PDA

View Full Version : Shortcut setup



NewsArchive
05-23-2012, 02:59 AM
How can I get the user to enter the mapped drive letter for the target on
the shortcut at setup runtime?

Sim

NewsArchive
05-23-2012, 03:00 AM
Sim,

> How can I get the user to enter the mapped drive letter for the target
> on the shortcut at setup runtime?

No problem. You have several different options. For example, you can
display a dialog with an entry field and let the user enter the mapped drive
letter. Or you can display a list of all mapped drive (see attached
screenshot) in a Combo box and the user can select the drive letter.

Friedrich

NewsArchive
05-23-2012, 05:17 AM
Hi friedrich,

What does one do (script?) to get it into the GUI so that the "Start in" is set up correctly?

Sim
----------------------------------------------------------------------------------------

NewsArchive
05-23-2012, 05:17 AM
Hi Sim,

>
> What does one do (script?) to get it into the GUI so that
> the "Start in" is set up correctly?
>

Once you have the mapped drive letter information (e.g. stored in a runtime
variable) you can set the "Target" and the "Working Directory" (optional) in
the Shortcut Properties and you are done.

Friedrich