Include files in WSH? 
Author Message
 Include files in WSH?

Since I normal do my work arround in ASP, I wonder if you can use some kind
of include files in your WSH coding.

It would ease up my work a bit...

/Thomas



Mon, 02 Dec 2002 03:00:00 GMT  
 Include files in WSH?
Look up .wsf file format. (WSH Docs)

Dominic



Mon, 02 Dec 2002 03:00:00 GMT  
 Include files in WSH?
It was a sunny day, when Dominic Marks stumbled into
microsoft.public.scripting.wsh

Quote:
>Look up .wsf file format. (WSH Docs)

I have been taking a look at that, but could you tell me, what is the
lowest version of WSH that support this?

The problem is, that I have some production servers, there are running an
older scripting engine.

/Thomas



Mon, 02 Dec 2002 03:00:00 GMT  
 Include files in WSH?
*.wsf files came through with WSH 2.0 (which is available with the latest
5.1 scripting engines), check out msdn.microsoft.com/scripting, the download
is only ~750k - an well worth it.

HTH


Quote:
>It was a sunny day, when Dominic Marks stumbled into
>microsoft.public.scripting.wsh

>>Look up .wsf file format. (WSH Docs)

>I have been taking a look at that, but could you tell me, what is the
>lowest version of WSH that support this?

>The problem is, that I have some production servers, there are running an
>older scripting engine.

>/Thomas



Mon, 02 Dec 2002 03:00:00 GMT  
 Include files in WSH?
It was a sunny day, when Ragthorn stumbled into
microsoft.public.scripting.wsh

Quote:
>>The problem is, that I have some production servers, there are running
>>an older scripting engine.
>the download is only ~750k - an well worth it.

I do know, the problem is, that the production serves are out of my
reach...

.. thats the reason for my question..

Thanks for the info so far

/Thomas



Tue, 03 Dec 2002 03:00:00 GMT  
 Include files in WSH?
you can use this workaround

read a file as textstream and store its content in a variable
add this line:
eval(variableTxtStream);

(in JScript)

(xcuse me 4 the english...   :-(   )

bye
:[Federiko]:



Quote:
> Since I normal do my work arround in ASP, I wonder if you can use some
kind
> of include files in your WSH coding.

> It would ease up my work a bit...

> /Thomas



Thu, 05 Dec 2002 03:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Include files and WSH - a newbie question

2. How to make an include file in WSH ?

3. include files in WSH script

4. include files with WSH

5. Can I include other file into WSH file?

6. Can I include other file into WSH file?

7. Include JavaScript file in another include file

8. how do i include a 2nd wsh file

9. Include file for Javascript in WSH

10. ho do i include a 2nd wsh file

11. to include a written .vbs file in wsh

12. Q : how to include a file from WSH

 

 
Powered by phpBB® Forum Software