Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login Script Screen Size

Status
Not open for further replies.

pcr9

Programmer
Jan 31, 2001
3
GB
Within my login script, I display a text file and then pauses (it is a warning to the user).

The thing is that I would like to set the login script results dialog to be full-screen.

How do I do this?
Can I do this?

Thanks for your time and trouble.
 
HI!

First, you should better run the text message in a different proccess, and let the login continue.
Second, you want full screen.

Well I think this solution will give you both goals:

#START /MAX NOTEPAD.EXE fullfilepath.txt

I have not tested it but you may play a little, like

#NOTEPAD.EXE filename.txt

#command /c start /max filename.txt

#%windir%\command\start.exe /max filename.txt


START.EXE is part of Windows 95 and above.


Bye

Yizhar
Yizhar Hurwitz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top