Sep 14, 2001 #1 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.
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.
Sep 14, 2001 #2 yizhar MIS Sep 1, 2001 2,282 IL 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 http://come.to/yizharhttp://teachers.sivan.co.il/yizhar Upvote 0 Downvote
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 http://come.to/yizharhttp://teachers.sivan.co.il/yizhar