This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

the startxwin.bat file


I am using this bat file

@echo off
SET DISPLAY= :0.0
SET PATH=.;%PATH%;\cygwin\bin;\cygwin\usr\X11R6\bin

rem cleanup after last run
attrib -s \cygwin\tmp\.X11-unix\X0
del \cygwin\tmp\.X11-unix\X0
rmdir \cygwin\tmp\.X11-unix

start XWin -screen 0 800x600x32 -engine 4

rxvt -fn "Lucida Console-12" -e /usr/bin/bash
xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e
/usr/bin/bash
mxterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e
/usr/bin/bash
twm

REM set stty=intr ^c susp ^z start ^q stop ^s quit ^\\ erase ^?
@echo on

Does not find path of tmp\X11-unix
does not find rxvt
and xterm, mxterm and twm give me errors such it does not find Xt etc



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]