exec32 Scripting Language
What's New?
For documentation on the new functions, see the exec32 Help File.
Next Release
- Added Backup capibilities in the new exec32_backup plug-in (available to registered users).
- Added ini file support for specifying the names of executable plug-in files. Added [plug-in] section.
- Added option to not load the default web page when changing directories.
- Added an option to view .gif and .jpg files in the browser that are selected in the file pane.
Current Release v5.46
- bugfix: File commands not returning error numbers when in trace mode.
- Added support for cascading style sheets. The body= ini file option was replaced with
a css= option - see "Original ini.txt", add the css= line to your exec32.ini file.
- Added fprints() function, to replace the /n newline directive. Any scripts you have that
use the /n newline directive in fprint statements should be edited to remove the "/n" string.
- Rebuilt the setup, published to website. Apparently the upload was corrupt.
- Added support for ActiveDeskTop. Adding "activedesktop=1" to your exec32.ini file will
cause a new instance of Explorer to run, starting in the current directory.
- Added ip_call() - Calls functionality in an exec32 plug-in.
- Added clear_archive() - Clears the archive bit of a file.
- Added get_archive() - Returns the archive status of a file.
- The Config dialog has been cleaned up.
- Maximized WindowState is now preserved between runs.
- Added new file type, exec32.hte, that combines an html page with exec32 in-line script
procedures. This functionality replaces the need to have a pageutils.e file.
- Added inter-connect server feature that exposes exec32 scripting functionality to other applications.
- Altered the pause function to use the WIN API sleep() function, rather than the "DoEvents / Loop"
method. This does not peg the CPU usage when pausing.
- Added replacestr() - Replace String internal function
- Added wav() - support to play a wav sound file
- Added get_archive() - Get the archive attribute of a file
- Added clear_archive - Clear the archive attribute of a file
- Added ip_call() - Call procedures in another VB application
- Added MB InterProcess Control Server capibility
Back...
v5.40
- Added the ability to resize the exec32 window. It can go full screen. It remembers its
position between sessions. This allows the application to run on any resolution display. If the
window is sized such that the web browser is not displayed, it will not receive events to load
context web pages.
- Added nav() sub. Displays a web page from local drive or the Internet.
- Added lnav() sub. Changes directories and refreshes the directory and file controls.
- Added fw() function. Checks to see if a window is present.
- Added execex() sub. Opens a file in it's registered application.
Back...