7 lines
74 B
Batchfile
7 lines
74 B
Batchfile
|
@echo off
|
||
|
|
||
|
set BASE=%~dp0
|
||
|
cd %BASE%
|
||
|
|
||
|
set TARG=msfupdate.rb
|
||
|
shell.bat
|