80b9e618ec
git-svn-id: file:///home/svn/framework3/trunk@10727 4d416f70-5f16-0410-b530-b9f4589650da
9 lines
161 B
Batchfile
9 lines
161 B
Batchfile
@echo off
|
|
|
|
set BASE=%~dp0
|
|
cd %BASE%
|
|
set PATH="%BASE%bin";"%BASE%bin\svn\bin";"%BASE%bin\ruby\bin";"%BASE%tools";%PATH%
|
|
|
|
start console.exe -t Metasploit
|
|
|