Batch file tool displays text in a pop-up dialog box. Includes simple Windows dialog box for small files and message box with scrolling and print to printer. Enhance DOS batch files and adds information boxes to the Windows Desktop.
This wp11 macro opens a Windows Explorer window of the folder specified in the myfolder="c:\myfiles\wp" line. Change the line and recompile to suit your needs.
This wp10 macro creates a new DAT file from other DAT files. The other DAT files must contain the same FIELDNAMES() to work properly as a master DAT file.
Set the variables, vYear, vPath and vDatFile in the first lines of the macro and recompile.
wp11 macro that allows the user to select the files to append the current document's block selection or the complete file, if not too large. The files selected for appending can be either closed or open.
Dsplays the code names in a messagebox. The macro stays on screen while you cursor to other positions and the dialog updates the information. The character and code values are shown for each side of the cursor.
This macro renames all tables to TABLE1, TABLE2, etc. The user can modify the macro's first lines to designate which column and row to start checking for table rows to delete.
wp10+ macro alternative to HyperTextCreate(). Fixes links with "@PFDesktop\:MyComputer\".
HyperTextCreate() does not work properly as discussed in various threads. Here is an alternative to create text links.