Files
metasploit-gs/external/installer-win32/batch/shell.bat
T
HD Moore 879f0b306b Check the cygwin scripts into SVN
git-svn-id: file:///home/svn/framework3/trunk@7471 4d416f70-5f16-0410-b530-b9f4589650da
2009-11-12 05:30:58 +00:00

11 lines
313 B
Batchfile

@echo off
set BASE=%~dp0
cd %BASE%
set PATH="%BASE%bin";"%BASE%usr\X11R6\bin";"%BASE%tools";%PATH%
if not defined TARG set TARG=/bin/bash
start bin\rxvt.exe -display :0 -geometry 110x38 -sr -sl 5000 -fn "Lucida Console-12" -bg black -fg white -tn rxvt-cygwin-native -e /bin/bash --login -c "%TARG%"