exec32 Scripting Language


The Navigator Pane

The Navigator Pane presents directories and files similar to Windows Explorer. I tried Explorer-like directory and file controls, but went back to the simpler VB-style controls because I got more control over the handling of the files. Rather than try to out-do Windows Explorer, I decided to provide a toolbar button and hotkey to run Windows Explorer, changing directories to the current directory in exec32. Windows Explorer is best for directory maintenance, and some file maintenance, but does not offer much with managing favorite directories.

In practice, I use exec32 to go to my favorite directories from a favorites list (F4), then hit CTRL-E to cause Windows Explorer to change to that directory. Sure beats using the mouse to tediously navigate the tree.

Bug: I found that when using Active Desktop, the Tools, Go To function is not present. I have built in a compatibility feature for this: Add this key to the [exec32] section of exec32.ini: atchivedesktop=1

Once you are in a directory, a right-click on the files pulls up a list of context tasks, such as copy filenames to the Clipboard, convert a text file to Palm Pilot document format, or run your favorite text editor on the current file (F2).

A screenshot of exec32 showing the context pop-up menu.

Several "masks" are provided above the file control, such as *.*, *.exe, *.help, etc. Clicking *.exe, for example, will display only programs in the current directory.

The navigator interface is opimized to be used with a keyboard, saving you from having to reach for the mouse.

Back...