Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Startup menu
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00805908
Message ID:
00805922
Views:
23
You can use WSH to get Startup directory and create shortcut in it. See Re: Create a shortcut Thread #654108 Message #656459
* Get Startup directory oShell = CREATEOBJECT("WScript.Shell")
lcStartupDir = oShell.SpecialFolders("StartUp")
>I want to put an executable program in the Startup menu in the Windows(98,XP, or 2000). How can I do that in VFP 6?
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform