Unsolved
This post is more than 5 years old
239 Posts
0
23502
August 16th, 2005 19:00
Notepad - always maximized (excluding Start menu shortcuts)
I was just wondering, is it possible to always make Notepad load up maximized?
I know the shortcut on
Start > Programs > Accessories > Notepad, and if you go to properties you can set it to
Run: Maximized, but how do I do it if I'm opening a .txt file for example? Is it possible? The closest I can get is resizing the window to fit the screen.
I just thought it might be possible, because I use IE New Window Maximizer from
jiiSoft. It can automatically maximize any new IE or OE windows (yay!) and is very useful and free.
0 events found
No Events found!


RoHe
12 Elder
•
45.2K Posts
•
172.6K Points
0
August 16th, 2005 21:00
Ron
Robert Cathles
239 Posts
0
August 18th, 2005 13:00
That is a good idea, but I open Notepad as such:
Thanks for the info anyway. It's an idea but it isn't the answer I need. I need something like:
when using the Edit command on HTML files, the 'Application used to perform action:' thing says something like C:\WINDOWS\NOTEPAD.EXE /maximize
but I don't think that's possible.
RoHe
12 Elder
•
45.2K Posts
•
172.6K Points
0
August 18th, 2005 16:00
Open Notepad and using mouse, drag the window edges to the size you want it to be. Exit Notepad and then reopen. Is it full screen now? :)
DOH, why didn't I think of that before..?
Ron
Message Edited by RoHe on 08-18-2005 10:23 AM
Robert Cathles
239 Posts
0
August 18th, 2005 19:00
RoHe
12 Elder
•
45.2K Posts
•
172.6K Points
0
August 18th, 2005 20:00
Ron
RoHe
12 Elder
•
45.2K Posts
•
172.6K Points
0
August 18th, 2005 20:00
Or if you want to get a bit fancier, you could create a small batch file and use that to launch notepad. Type this into notepad and save as notepad.bat. (Note, the path to notepad.exe on your PC might be different). You can either create a desktop shortcut to this .bat file or put it's path\name in place of where you normally put notepad.exe when you're working. This works with XPpro SP2 on my 8400.
@echo off
start /max C:\windows\notepad.exe
exit
Ron
Message Edited by RoHe on 08-18-2005 02:48 PM
Robert Cathles
239 Posts
0
August 18th, 2005 20:00
Robert Cathles
239 Posts
0
August 19th, 2005 11:00
RoHe
12 Elder
•
45.2K Posts
•
172.6K Points
0
August 19th, 2005 16:00