Back

pdScript 1.6

Program name: pdScript
Developer: Precision software & consulting
Version: 1.6
License: Freeware
OS: Win2000/7 x32/7 x64/Server/Vista/Vista x64/XP
Size: 3.88 Mb
Description: pdScript (Precision Delphi Script) is a standalone executable interpreter of Pascal Script language, with native support for VCL forms. pdScript is based on the "RemObjects Pascal Script engine" and allows you to use the standard types, routines and components of the Delphi development environment. pdScript interpreter allows you to execute your scripts (PAS, DPR, ROPS, DPAS, INC., and similar files) directly from Windows environment or from the command-line (by specifying the script file as a parameter for "pdScript.exe" application). pdScript can also be used as an independent (EXE) or linked (DLL) extension for your own applications. Then, if necessary, you can extend the functionality of your products without changing their distribution package. You can call pdScript interpreter by several ways: * From Command-line Enter the pdScript interpreter executable, path to the script file and the script parameters * From desktop shortcut Define the shortcut a similar way as if the pdScript was called from the command-line * From Windows environment When your script file extensions (suffixes) are registered with the pdScript interpreter, you can simply double-click the script file to execute it * Using the ShellExec function Implement a call to the pdScript into your application a similar way as if the pdScript was called from the command-line. pdScript will return the exitcode you specify in the script and it can also return its output via StdOut (output is generated by calling the Write/WriteLn functions inside the script). * Dynamic-link library - use functions from pdScript DLL libraries to execute the scripts. They allows you to get back the exit code result, as well as the script output. DLLs contain also the "inline" functions, so you can pass your code and/or DFM forms directly (not by pointing to the script file). Callbacks to host application are also supported.
Rating:
← you can rate it!
Links:
Keywords: delphi, pascal, script, vcl, interpreter
Top rated in Compilers & Interpreters:
New/updated in Compilers & Interpreters: