What command line switches exist for Notepad?

I found a few:

/A <filename> opens file as ansi
/W <filename> opens file as unicode
/P <filename> prints filename

Are there others?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

From Source of below info:

...command line arguments notepad takes

/A <filename> open file as ansi
/W <filename> open file as unicode
/P <filename> print filename
/PT <filename> <printername> <driverdll> <port>
/.SETUP some weird stuff is happening i cant identify...

link|improve this answer
3  
-1 for even mentioning the hyphened site! How dare you? (Joking) – Lucas McCoy Apr 16 '10 at 21:42
Judging by this page: spic.net/hplx/windows/win3.0/disk1/setup.inf the /.setup switch was used during the automated setup of verrry old versions of Windows. – sahmeepee May 14 '11 at 8:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.