pdScript


Version: 1.7
Size:
4.34MB
Requirements:
No special requirements
Price:
Free
System:
Windows 7/Vista/2003/XP/2000/2008
Rating:
4.5
License:
Freeware

Description - pdScript



Precision Delphi Script (pdScript) 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).

pdScript Script File Command Line


More in Compilers and IDEs-pdScript

Pdscript Interpreter Script File