View Single Post
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 04-25-2012 , 18:35   Re: Lysis: An experimental .smx decompiler
Reply With Quote #92

Quote:
Originally Posted by Silvers View Post
That does already, put the full path to the lysis.exe maybe.
Thanks, i was using another script [i dont know why so dont ask].

i modified your code:
Code:
@echo off
title Enhanced Decompiler
cls
echo Welcome to Enhanced Decompiler.
echo.
echo Decompiling %1.
"Lysis.exe" %1 > %1.sp
pause
__________________
retired

Last edited by shavit; 04-25-2012 at 18:35.
shavit is offline