INCLUDE file in .VBS file? 
Author Message
 INCLUDE file in .VBS file?

Is it possible for me to include a  .INC file in a vbs file? I have all
these global variables with values which are consistent in the entire
application which I declare in the INC file. On an ASP page, I do an include
but what about on a VBS file?

Thank you in advance for your feedback.



Fri, 22 Feb 2002 03:00:00 GMT  
 INCLUDE file in .VBS file?
No, but the new *.wsf format of WSH beta2 would let you include numerous components.

<job id='myjob'>
<script language='vbs' src=some.vbs">
<script language='vbs' src=someOther.vbs">
...

--
mvp Mark L. Ferguson Please reply in newsgroup
marfers notes for OE 5 > (16K) http://www.geocities.com/SiliconValley/Bay/6386/IE_ng_notes.htm

Quote:

> Is it possible for me to include a  .INC file in a vbs file? I have all
> these global variables with values which are consistent in the entire
> application which I declare in the INC file. On an ASP page, I do an include
> but what about on a VBS file?

> Thank you in advance for your feedback.



Fri, 22 Feb 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. include files and/or parameters betw vbs-files

2. Include another VBS script file in a main VBS script

3. Include JavaScript file in another include file

4. ASP 2 VBS, include file problme

5. How to include vbs files

6. vbs include files

7. Include File in VBS

8. How I include vbs files ?

9. How to include other VBS files

10. Include .vbs file from another

11. including other VBS file?

12. Including vbs files?

 

 
Powered by phpBB® Forum Software