Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shortcut and Config.fpw
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00642392
Message ID:
00642398
Vues:
13
This message has been marked as the solution to the initial question of the thread.
First, try to enclose the app full name in quotes because it has space in it. Second, try to specify the full path for the config.fpw
SnapApp = ["C:\Program Files\Cornerstone\SnapClose\SnapClose.exe"]
SnapConfig = [-C"C:\Program Files\Cornerstone\SnapClose\Config.fpw"]
RUN /N &SnapApp  &SnapConfig
>To over simplify; I am trying to launch VFP6 from another instance of VFP6 and the second instance is not using its Config.fpw. I don't want to include it in the project.
>
>SnapApp = "C:\Program Files\Cornerstone\SnapClose\SnapClose.exe"
>SnapConfig = '-CConfig.fpw'
>RUN /N &SnapApp &SnapConfig
>
>I launches, but it doesn't use its config file.
>
>I have also tried a ShellExec but the file i need to pass is not a config.fpw file. It is a marker file to the database.
>
>I would like to have shortcuts to the data directories on the users desktop.
>
>Any help would be appreciated.
>
>- jim
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform