7 lines
81 B
Batchfile
7 lines
81 B
Batchfile
|
@echo off
|
||
|
|
||
|
set BASE=%~dp0
|
||
|
cd %BASE%
|
||
|
|
||
|
set TARG=msfrun.rb msfweb -s
|
||
|
shell.bat
|