From: arlindo AT niteroi DOT gsfc DOT nasa DOT gov (Arlindo da Silva) Subject: Re: xstart 25 Nov 1997 02:21:36 -0800 Message-ID: <199711242049.PAA04346.cygnus.gnu-win32@woodmore.gsfc.nasa.gov> References: <9711241507 DOT aa11335 AT soldist DOT arl DOT mil> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: neiderer AT arl DOT mil (Andrew Neiderer) Cc: gnu-win32 AT cygnus DOT com > > > Thanks for the quick response ! Just 1 more > question and I will leave you alone. > > I know TNTSERV.TWM is the window mgr start-up. Now I would > like an X window to open when I bring up the server. So I > thought > > rxvt.exe & > > would go in SYSTEM.TWMRC. That didn't work. Which file > do I put this entry in. Again, thanks. > I guess you are using the MI/X server. Try a bash script like this: --- cut --- cut --- cut --- cut --- cut --- cut --- cut --- cut --- #!/bin/sh # # Starts MI/X server, some clients and twm. # /mix_95/xs & /usr/X11R6.3/bin/xclock -fg black -bg gray -geometry 100x100-0+0 & /usr/X11R6.3/bin/rxvt -geometry 80x25+0+0 & /mix_95/twm & --- cut --- cut --- cut --- cut --- cut --- cut --- cut --- cut --- If you want, you can customize twm by replacing the last line with something like: /mix_95/twm -f /mix_95/my.twm & -- Arlindo da Silva dasilva AT alum DOT mit DOT edu - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".