8 lines
87 B
Batchfile
8 lines
87 B
Batchfile
|
@echo off
|
||
|
|
||
|
set BASE=%~dp0
|
||
|
cd %BASE%
|
||
|
|
||
|
set TARG=msfrun.rb msfconsole -L
|
||
|
shell.bat
|