Opening A Specific File With A Batch File?

Posted by Soo on Stack Overflow See other posts from Stack Overflow or by Soo
Published on 2010-04-07T17:08:36Z Indexed on 2010/04/07 17:13 UTC
Read the original article Hit count: 174

Filed under:
|

I'm would like to know how I can open a specific file using a specific program with a batch file. So far, my batch file can open the program, but I'm not sure how to open a file with that program.

@echo off
start wgnuplot.exe

© Stack Overflow or respective owner

Related posts about batch

Related posts about file