Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Turn off VFP splash screen in config file
Message
 
To
13/12/2006 10:37:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01177174
Message ID:
01177381
Views:
12
>Is there a setting in config.FPW to turn off VFP's splash screen? Or, alternately, to just turn it off altogether?
>
>TIA,

James,

If anything else fails, you can always create a .BAT file, lets call it myLauncher.BAT, then go with explorer to where you have the .FXP and open it's properties, and where it says Opens with, click "Change" and navigate to myLauncher.BAT (With the browse button), now next time you launch "YourProgram.FXP" the batch will run, in the batch you just have one line

"c:\program files\microsoft visual foxpro 9\vfp9.exe" -T -CYourConfig %1

[Update] Just realized that I am replacing the splash screen with a different one, the command will flash , need to change the .BAT to use scripting, I think that'll work

[Update 2] Bah! forget the whole idea, apparently it is easier to create an exe or exe launcher
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform