7 lines
91 B
Batchfile
7 lines
91 B
Batchfile
|
@echo off
|
||
|
|
||
|
set BASE=%~dp0
|
||
|
cd %BASE%
|
||
|
|
||
|
set TARG=msfrun.rb tools/nasm_shell.rb
|
||
|
shell.bat
|