Skip to main content

All Questions

Tagged with
1 vote
1 answer
525 views

Batch file to configure notepad settings

I have plain text (.txt) reports, in order to be printed correctly (final users will print the report). I need to configure notepad settings. as: margins: let: 8 right: 8 top: 4 bottom: 4 font: ...
Vrian7's user avatar
  • 165
0 votes
0 answers
58 views

Batch application won't execute

I am trying to make a Windows Troubleshooter within batch, because why not? When I come to main menu script, the application won't execute any further, and closes. I have tried to use the CALL ...
Khrathrox's user avatar
9 votes
2 answers
18k views

Notepad switches

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?
Homer's user avatar
  • 587