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

Im trying to make normal bat file to decompile.
i made that:
Code:
// Edit
set file=hns

@echo off
title Enhanced Decompiler
cls
echo Welcome to Enhanced Decompiler.
echo.
echo Decompiling %file%.
>> "%file%.sp" echo.
>> "%file%.sp" echo.
Lysis %file%.smx
pause
And its not saving the code to hns.sp, just 3 empty lines, any fix?
__________________
retired
shavit is offline