Open file with default application from command line
Try this.
START "" "path to my file"
The START
command treats the first set of ""
as the text to use for the title of the window, so just include an empty pair.
explorer "filename"
works for xp and other windows (95 or higher) If it does not work, you haven't associated that extention type with a program.