Script Steps Reference

Table Of Contents
Miscellaneous script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 267
Description
For additional scripting capabilities, you can create a program in Basic or C and run that program
with this script step.
Note When specifying a document or application by calculation or text, the file type or application
name will appear as <unknown> in the script definition.
Example 1
Opens the Notepad application.
Send Event ["aevt"; "odoc"; "NOTEPAD.EXE"]
Example 2
Opens the image.bmp file with its default application.
Send Event ["aevt"; "odoc"; "image.bmp"]