Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,8 +0,0 @@
|
|||
Include "D:\include\pad.vbs"
|
||||
|
||||
Wscript.Echo lpad(12,14,"-")
|
||||
|
||||
Sub Include (file)
|
||||
dim fso: set fso = CreateObject("Scripting.FileSystemObject")
|
||||
if fso.FileExists(file) then ExecuteGlobal fso.OpenTextFile(file).ReadAll
|
||||
End Sub
|
||||
|
|
@ -1 +0,0 @@
|
|||
<script id="Connections" language="VBScript" src="D:\include\ConnectionStrings.vbs"/>
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
Include "%INCLUDE%\StrFuncs.vbs"
|
||||
|
||||
Function Include ( ByVal file )
|
||||
Dim wso: Set wso = CreateObject("Wscript.Shell")
|
||||
Dim fso: Set fso = CreateObject("Scripting.FileSystemObject")
|
||||
ExecuteGlobal(fso.OpenTextFile(wso.ExpandEnvironmentStrings(file)).ReadAll)
|
||||
End Function
|
||||
Loading…
Add table
Add a link
Reference in a new issue