Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   changing Global File location (https://www.kinook.com/Forum/showthread.php?t=168)

jcox 08-07-2003 10:37 AM

changing Global File location
 
I am using ghosted systems to do our deployment and would like to know if there is a way to point the file locations (globals and App Options) to another location other than All User folder. I know it can be done on a project by project basis using command-line but can the default locations be move in a script?

kinook 08-11-2003 09:32 AM

As you mentioned, you can specify on the command-line. Another way would be to explicitly load from an alternate location in the vbld_BuildStarting event or in a Run Script action, with script code like:

Application.Options.Load "filename"
Applications.Macros(vbldMacroGlobal).Load "filename"
...

This is also demonstrated in the last step of the Script.bld sample.


All times are GMT -5. The time now is 07:17 PM.


Copyright © 1999-2023 Kinook Software, Inc.