Sample index

Listed in the following table are the ScriptEZ.API source code samples currently available.

(They are generally copied into C:\APIDev\RAD-API\ScriptEZ by the Setup)

 

Sample

Description

ScriptEZ.vbs

Demo Script in VBScript ( Simple Client TCP/IP )

ScriptEZ_Svr.vbs 

Demo Script in VBScript ( Simple Server TCP/IP )

ScriptEZ_SvrPlus.vbs

Demo Script in VBScript ( Simple Server TCP/IP + SQLite usage)

ScriptEZ_SvrNP.vbs

Demo Script in VBScript ( Simple Named Pipe Server )

ScriptEZ_NP.vbs

Demo Script in VBScript ( Simple Client Named Pipe )

ScriptEZ_DDE.vbs

Demo Script in VBScript ( Dynamic Data Exchange Client )

ScriptEZ_LockOverDDE.vbs

Demo Script in VBScript ( Remote Locks Management COM/DCOM way)

ScriptEZ_LockOverTCPIP.vbs

Demo Script in VBScript ( Remote Locks Management TCP/IP way)

HttpDownload.vbs

Script for downloading  files from Web site by Http/Https or Ftp Reading

Requester.php

Demo a simple Webservice module with PHP

WS-TimeReader.vbs

Demo a simple Webservice Consumer (Time string and Apache version)

GeolocFromWeb.vbs

Demo a simple Webservice Consumer (Geolocation)

ScriptEZ_SendMail.vbs

Demo Script to show how to send an e-mail with SendMail(…)

ScriptEZ.php

Demo Script in PHP ( Simple Client TCP/IP )

ScriptEZ_Svr.php

Demo Script in PHP ( Simple Server TCP/IP )

WebScriptEZ.php

Demo WebServer App with PHP and ScriptEZ.API ( Thread Pool, TCP/IP and SQLite )

ServerDocTest.vbs

Demo Script in VBScript ( Client TCP/IP for ServerDoc )

EncryptDataDemo.vbs

Demo Script in VBScript ( Encoding/Decoding string data )

ScriptEZ_Test.vbs

Reviewing and testing miscellaneous properties and methods

Module1.vb

Demo source in VB.NET ( Memory Status Probing and Displaying )

COM+ AppBuilder.vbs

Install and Configure ScriptEZ.API component to be natively usable

under Windows 64-bit environment

ScriptEZ.API_Demo_EXCEL-2010.xlsm

This demoes how to use ScriptEZ.API component with Excel 2007/2010 or above

by implementing a TCP/IP server, a thread pool or a timer to execute parallel code

WatchDirectoryChange

Watches any change of items such files and subfolders into a directory.

Converting binary data to BSTR

Converts a binary data structure to BSTR string and reversely

Copying binary file using BSTR

Makes a double copy of a binary file using BSTR string.

Display_APICoverage

Helper script to connect to an external program and display API coverage in use.

 

 

---