#!/bin/sh for name in $* ; do mswordview "$name" done