Page 1 of 1

Wordpad - command line args

Posted: Tue Mar 01, 2005 10:24 am
by AngusL
Is it possible to open a file using a wordpad command line argument (if there is such a thing :P). If not, can it be done with an IE command line? If not, how else may I do this (cleanly, I can use clunky workarounds already :P :lol: )?

Bleh, a lot of questions. :P TIA.

Posted: Tue Mar 01, 2005 10:30 am
by feyd
uh.. "wordpad $filename" works for me

Posted: Tue Mar 01, 2005 11:35 am
by Buddha443556
How about START?

Code: Select all

START $filename
Non-executables are invoked through their file association.

Posted: Sun Mar 06, 2005 10:47 am
by AngusL
Thanks, I just used the wordpad <filename> option, was closest to what I was looking for. :)