FProcess is a small utility designed to identify files and run a prescribed process on them (ex. Feed FProcess a GIF file and it will run the viewer you selected in the prefs file on it.) FProcess can identify filetypes in one of three ways. Initial ASCII code. Maximum of 20 characters. (ex. GIF87a would be used for GIF pictures.). Initial ASCII code with wildcards. Max 20 characters. (? is a wildcard) (ex. ??????JFIF would be used for JPEG pictures.). Filename extensions. Maximum 256 characters. (#+extension) (ex. #.MOD would catch any file ending in .MOD). Include E source, Author: Frederick Potetz