|
Here ya go, check this out:
Includer.wsf
<job id="Includer">
<script language="VBScript" src="SnazzyInclude.vbs"/>
<script language="VBScript">
Option Explicit
Dim lngStory
Announcement
lngStory = 13245768
MsgBox CStr(Magic(lngStory)), vbOKOnly, cstrHead
</script>
</job>
You can call procedures from the included file.
__________________
Datamation Online Community Manager
.
|