Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Notepad Switches  (Read 5985 times)

0 Members and 1 Guest are viewing this topic.

twostep

  • Guest
Notepad Switches
« on: December 21, 2008, 07:05:51 AM »
What are the available msdos command line switches for notepad?
I know of one:  "/p" for print the file. What others are available? for font? text size? page length? width? etc.

Dias de verano

  • Guest
Re: Notepad Switches
« Reply #1 on: December 21, 2008, 08:21:08 AM »
Open a text file in Notepad:

    notepad.exe TextFileName

Force Notepad to open a text file as ASCII text:

    notepad.exe /A TextFileName

Print a text file with Notepad (default printer):

    notepad.exe /P TextFileName