View Single Post
xatt1c
Junior Member
Join Date: Apr 2014
Old 04-24-2014 , 22:57   Re: Lysis: An experimental .smx decompiler
Reply With Quote #181

Quote:
Originally Posted by shavit View Post
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
Thanks for the bat. I am a complete noob with that stuff, & it really helped.
xatt1c is offline