This DLL contains a very extensive set of functions to retrieve very detailed system and operating system information.
NB: Now includes two dlls. The original which is for 95/98 and ME, and another one use on NT and 2000 systems.
*) file download is located at www.eyrisdev.com.
|
Tune some system functions and retrieve information with this DLL, such as date, time, screensaver, memory, file and system related information.
|
Communicate with some command-line/console application through your VDS scripts. The standard input and standard output are redirected to your Visual DialogScript script through the DLL, so that you can control the console application. You can even control the application while it's running, which is normally impossible in VDS. The source code of the DLL is included. There are reports from users about this not always working well.
|
You could make a basic webserver with this extension. Advanced features such as CGI (Common Gateway Interface) aren't supported yet, but this server could do well as a small webserver for your company.
|
This DLL can run a proxy server. The proxy server can either forward a web request, or block the request and show an custom error message or forward to another page if it's in the URL blocking list. You could for example use this for blocking certain unsuitable internet sites at school or other sensible places. You can also trace the URLs of sites that are visited. All HTTP support is already implemented, so that you'll only have to provide the basic settings to the engine.
|
|
|